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.
Method Summary
boolean equals(java.lang.Object aObj)
java.lang.Long[] getTradingIds()
Returns the TradingAgreement IDs.
int hashCode()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The IBM copyright string.
See Also:
Constant Field Values
Constructor Detail

CatEntryPricesGroupKey

public CatEntryPricesGroupKey(java.lang.Long[] anTradingIds)
Constructor for CatEntryPricesGroupKey.
Parameters:
anTradingIds - the TradingAgreement IDs.
Method Detail

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