commercestorepricing.PsmIDCollection

Represents a collection of PSM (Product Selling Model) IDs.

Retrieves the PSM ID at the specified index.

ParamDescription
indexThe index of the PSM ID to retrieve.
TypeDescription
StringThe PSM ID at the specified index.

Returns an iterator over the collection of PSM IDs

TypeDescription
IteratorAn iterator that can be used to iterate through the collection of PSM IDs.

Returns the index of the specified PSM ID in the collection.

ParamDescription
psmIDThe PSM ID
TypeDescription
IntegerThe index of the specified PSM ID in the collection, or -1 if the item is not found in the collection.

Retrieves the PSM ID at the specified index from the collection.

ParamDescription
indexThe index of the PSM ID to retrieve.
TypeDescription
StringThe PSM ID at the specified index.

Returns an iterator over list of psmIDs.

TypeDescription
IteratorAn iterator that can be used to iterate through the list.

Returns the number of PSM IDs in the list.

TypeDescription
IntegerNumber of PSM IDs in the list.

Checks if there are IDs in the list.

TypeDescription
BooleanTrue if there are psmIds in the list, false otherwise

Returns the index of a psmID in the list.

ParamDescription
psmIDProduct selling model Id
TypeDescription
Integerindex of psmID in the list or -1 if the Id is not found in the list

Compares the argument with this PsmIDCollection object and returns true if they are equal

Generates and returns the hash code of this PsmIDCollection object

TypeDescription
Integerhash code