com.ibm.commerce.order.calculation

Class IndirectAttachmentKey

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


  • public class IndirectAttachmentKey
    extends java.lang.Object
    Key class for IndirectAttachment.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      IndirectAttachmentKey(java.lang.Long anCatalogEntryId, java.lang.Long anContractId, java.lang.Integer anStoreId, java.lang.Integer anUsageId) 
    • 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)
        Overrides:
        equals in class java.lang.Object
      • 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()
        Overrides:
        hashCode in class java.lang.Object