com.ibm.commerce.order.calculation
Class SubOrderAdjustmentKey
java.lang.Object
|
+--com.ibm.commerce.order.calculation.SubOrderAdjustmentKey
- public class SubOrderAdjustmentKey
- extends java.lang.Object
Reserved for IBM internal use.
Index of the SUBORDADJ table.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Constructor Summary |
SubOrderAdjustmentKey(java.lang.Long anSubOrderId,
java.lang.Long anOrderAdjustmentId)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait,
wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
-
- See Also:
-
Constant Field Values
SubOrderAdjustmentKey
public SubOrderAdjustmentKey(java.lang.Long anSubOrderId,
java.lang.Long anOrderAdjustmentId)
equals
public boolean equals(java.lang.Object aObj)
-
- Overrides:
equals
in class
java.lang.Object
getOrderAdjustmentId
public java.lang.Long getOrderAdjustmentId()
getSubOrderId
public java.lang.Long getSubOrderId()
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class
java.lang.Object
toString
public java.lang.String toString()
-
- Overrides:
toString
in class
java.lang.Object