com.ibm.commerce.ordermanagement.objects

Class ReturnReceiptDispositionAccessBean

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.ordermanagement.objects.ReturnReceiptDispositionAccessBean
  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    com.ibm.commerce.ordermanagement.beansrc.ReturnReceiptDispositionDataBeanBase


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

    • Constructor Detail

      • ReturnReceiptDispositionAccessBean

        public ReturnReceiptDispositionAccessBean()
      • ReturnReceiptDispositionAccessBean

        public ReturnReceiptDispositionAccessBean(com.ibm.commerce.ordermanagement.objects.ReturnReceiptDisposition entity)
      • ReturnReceiptDispositionAccessBean

        public ReturnReceiptDispositionAccessBean(java.lang.Integer rtnDspCodeId,
                                                  java.lang.Long rtnReceiptId,
                                                  java.lang.Integer quantity,
                                                  java.sql.Timestamp dispositionDate)
    • Method Detail

      • setInitKey_rtnRcptDspId

        public void setInitKey_rtnRcptDspId(java.lang.String rtnRcptDspId)
      • setInitKey_rtnRcptDspId

        public void setInitKey_rtnRcptDspId(java.lang.Long rtnRcptDspId)
      • findByRtnReceiptId

        public java.util.Enumeration findByRtnReceiptId(java.lang.Long rtnReceiptId)
      • setRtnReasonId

        public void setRtnReasonId(java.lang.Integer rtnReasonId)
      • getRtnReasonIdInEntityType

        public java.lang.Integer getRtnReasonIdInEntityType()
      • setRtnReasonId

        public void setRtnReasonId(java.lang.String rtnReasonId)
      • getRtnReasonId

        public java.lang.String getRtnReasonId()
      • setRtnRcptDspId

        public void setRtnRcptDspId(java.lang.Long rtnRcptDspId)
      • getRtnRcptDspIdInEntityType

        public java.lang.Long getRtnRcptDspIdInEntityType()
      • setRtnRcptDspId

        public void setRtnRcptDspId(java.lang.String rtnRcptDspId)
      • getRtnRcptDspId

        public java.lang.String getRtnRcptDspId()
      • setQuantity

        public void setQuantity(java.lang.Integer quantity)
      • getQuantityInEntityType

        public java.lang.Integer getQuantityInEntityType()
      • setQuantity

        public void setQuantity(java.lang.String quantity)
      • getQuantity

        public java.lang.String getQuantity()
      • setComments

        public void setComments(java.lang.String comments)
      • getComments

        public java.lang.String getComments()
      • setRtnDspCodeId

        public void setRtnDspCodeId(java.lang.Integer rtnDspCodeId)
      • getRtnDspCodeIdInEntityType

        public java.lang.Integer getRtnDspCodeIdInEntityType()
      • setRtnDspCodeId

        public void setRtnDspCodeId(java.lang.String rtnDspCodeId)
      • getRtnDspCodeId

        public java.lang.String getRtnDspCodeId()
      • setRtnReceiptId

        public void setRtnReceiptId(java.lang.Long rtnReceiptId)
      • getRtnReceiptIdInEntityType

        public java.lang.Long getRtnReceiptIdInEntityType()
      • setRtnReceiptId

        public void setRtnReceiptId(java.lang.String rtnReceiptId)
      • getRtnReceiptId

        public java.lang.String getRtnReceiptId()
      • setDispositionDate

        public void setDispositionDate(java.sql.Timestamp dispositionDate)
      • getDispositionDateInEntityType

        public java.sql.Timestamp getDispositionDateInEntityType()
      • setDispositionDate

        public void setDispositionDate(java.lang.String dispositionDate)
      • getDispositionDate

        public java.lang.String getDispositionDate()
      • instantiateEntity

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

        public com.ibm.commerce.ordermanagement.objects.ReturnReceiptDisposition getEntity()
        Overrides:
        getEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean