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)
           
 
Method Summary
 boolean equals(java.lang.Object aObj)
           
 java.lang.Long getOrderAdjustmentId()
           
 java.lang.Long getSubOrderId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

SubOrderAdjustmentKey

public SubOrderAdjustmentKey(java.lang.Long anSubOrderId,
                             java.lang.Long anOrderAdjustmentId)
Method Detail

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