commercestorepricing.PsmIDCollection
Represents a collection of PSM (Product Selling Model) IDs.
Retrieves the PSM ID at the specified index.
| Param | Description |
|---|
index | The index of the PSM ID to retrieve. |
| Type | Description |
|---|
| String | The PSM ID at the specified index. |
Returns an iterator over the collection of PSM IDs
| Type | Description |
|---|
| Iterator | An iterator that can be used to iterate through the collection of PSM IDs. |
Returns the index of the specified PSM ID in the collection.
| Param | Description |
|---|
psmID | The PSM ID |
| Type | Description |
|---|
| Integer | The 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.
| Param | Description |
|---|
index | The index of the PSM ID to retrieve. |
| Type | Description |
|---|
| String | The PSM ID at the specified index. |
Returns an iterator over list of psmIDs.
| Type | Description |
|---|
| Iterator | An iterator that can be used to iterate through the list. |
Returns the number of PSM IDs in the list.
| Type | Description |
|---|
| Integer | Number of PSM IDs in the list. |
Checks if there are IDs in the list.
| Type | Description |
|---|
| Boolean | True if there are psmIds in the list, false otherwise |
Returns the index of a psmID in the list.
| Param | Description |
|---|
psmID | Product selling model Id |
| Type | Description |
|---|
| Integer | index 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
| Type | Description |
|---|
| Integer | hash code |