com.ibm.commerce.order.calculation
Class IndirectAttachmentKey

java.lang.Object
  com.ibm.commerce.order.calculation.IndirectAttachmentKey

public class IndirectAttachmentKey
extends java.lang.Object

Reserved for IBM internal use.


Field Summary
static java.lang.String COPYRIGHT
Constructor Summary
IndirectAttachmentKey(java.lang.Long anCatalogEntryId, java.lang.Long anContractId, java.lang.Integer anStoreId, java.lang.Integer anUsageId)
Method Summary
boolean equals(java.lang.Object aObj)
java.lang.Long getCatalogEntryId()
java.lang.Long getContractId()
java.lang.Integer getStoreId()
java.lang.Integer getUsageId()
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
See Also:
Constant Field Values
Constructor Detail

IndirectAttachmentKey

public IndirectAttachmentKey(java.lang.Long anCatalogEntryId,
                             java.lang.Long anContractId,
                             java.lang.Integer anStoreId,
                             java.lang.Integer anUsageId)
Method Detail

equals

public boolean equals(java.lang.Object aObj)

getCatalogEntryId

public java.lang.Long getCatalogEntryId()

getContractId

public java.lang.Long getContractId()

getStoreId

public java.lang.Integer getStoreId()

getUsageId

public java.lang.Integer getUsageId()

hashCode

public int hashCode()

Feedback