com.ibm.commerce.contract.objects

Class ComponentAdjustmentAccessBean

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.contract.objects.ComponentAdjustmentAccessBean
  • All Implemented Interfaces:
    java.io.Serializable


    public class ComponentAdjustmentAccessBean
    extends com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • ComponentAdjustmentAccessBean

        public ComponentAdjustmentAccessBean()
      • ComponentAdjustmentAccessBean

        public ComponentAdjustmentAccessBean(com.ibm.commerce.contract.objects.ComponentAdjustment entity)
      • ComponentAdjustmentAccessBean

        public ComponentAdjustmentAccessBean(java.lang.Long termcondId,
                                             java.lang.Long kitId,
                                             java.lang.Long catentryId)
    • Method Detail

      • setInitKey_termcondId

        public void setInitKey_termcondId(java.lang.Long termcondId)
      • setInitKey_kitId

        public void setInitKey_kitId(java.lang.Long kitId)
      • setInitKey_catentryId

        public void setInitKey_catentryId(java.lang.Long catentryId)
      • findByTermcond

        public java.util.Enumeration findByTermcond(java.lang.Long termcondId)
      • findByTermcondAndKit

        public java.util.Enumeration findByTermcondAndKit(java.lang.Long termcondId,
                                                          java.lang.Long kitId)
      • findByTermcondKitAndType

        public java.util.Enumeration findByTermcondKitAndType(java.lang.Long termcondId,
                                                              java.lang.Long kitId,
                                                              java.lang.Integer type)
      • findByTermcondAndType

        public java.util.Enumeration findByTermcondAndType(java.lang.Long termcondId,
                                                           java.lang.Integer type)
      • setKitId

        public void setKitId(java.lang.Long kitId)
      • getKitId

        public java.lang.Long getKitId()
      • setCatentryId

        public void setCatentryId(java.lang.Long catentryId)
      • getCatentryId

        public java.lang.Long getCatentryId()
      • setTermcondId

        public void setTermcondId(java.lang.Long termcondId)
      • getTermcondId

        public java.lang.Long getTermcondId()
      • setAdjustment

        public void setAdjustment(java.math.BigDecimal adjustment)
      • getAdjustment

        public java.math.BigDecimal getAdjustment()
      • setType

        public void setType(java.lang.Integer type)
      • getType

        public java.lang.Integer getType()
      • instantiateEntity

        public void instantiateEntity()
        Specified by:
        instantiateEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • getEntity

        public com.ibm.commerce.contract.objects.ComponentAdjustment getEntity()
        Overrides:
        getEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean