com.ibm.commerce.order.commands
Class CatEntryPricesGroupKey
java.lang.Object
com.ibm.commerce.order.commands.CatEntryPricesGroupKey
- public class CatEntryPricesGroupKey
- extends java.lang.Object
Key to a group of CatEntryPrices.
Field Summary |
static java.lang.String |
COPYRIGHT
The IBM copyright string. |
Constructor Summary |
CatEntryPricesGroupKey(java.lang.Long[] anTradingIds)
Constructor for CatEntryPricesGroupKey. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- The IBM copyright string.
- See Also:
- Constant Field Values
CatEntryPricesGroupKey
public CatEntryPricesGroupKey(java.lang.Long[] anTradingIds)
- Constructor for CatEntryPricesGroupKey.
- Parameters:
- anTradingIds - the TradingAgreement IDs.
getTradingIds
public java.lang.Long[] getTradingIds()
- Returns the TradingAgreement IDs.
-
- Returns:
- the TradingAgreement IDs.
equals
public boolean equals(java.lang.Object aObj)
-
- Parameters:
- aObj - the CatEntryPricesGroupKey instance to compare with.
- Returns:
- true if they represent the same set of TradingAgreement IDs.
- See Also:
- Object.equals(Object)
hashCode
public int hashCode()
-
- Returns:
- the hash code.
- See Also:
- Object.hashCode()
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.