com.ibm.commerce.order.calculation
Class StoreEntityUsageKey
java.lang.Object
|
+--com.ibm.commerce.order.calculation.StoreEntityUsageKey
- public class StoreEntityUsageKey
- extends java.lang.Object
Reserved for IBM internal use.
Index of the STENCALUSG table.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Constructor Summary |
StoreEntityUsageKey(java.lang.Integer anStoreEntityId,
java.lang.Integer anUsageId)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
StoreEntityUsageKey
public StoreEntityUsageKey(java.lang.Integer anStoreEntityId,
java.lang.Integer anUsageId)
equals
public boolean equals(java.lang.Object aObj)
- Overrides:
equals
in class java.lang.Object
getStoreEntityId
public java.lang.Integer getStoreEntityId()
getUsageId
public java.lang.Integer getUsageId()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object