com.ibm.commerce.rfq.objects

Class RFQResponseProductAccessBean

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


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

    • Constructor Detail

      • RFQResponseProductAccessBean

        public RFQResponseProductAccessBean()
      • RFQResponseProductAccessBean

        public RFQResponseProductAccessBean(com.ibm.commerce.rfq.objects.RFQResponseProduct entity)
      • RFQResponseProductAccessBean

        public RFQResponseProductAccessBean(java.lang.Long catentryId,
                                            java.lang.Long rfqRspId,
                                            java.math.BigDecimal price,
                                            java.lang.Double quantity)
      • RFQResponseProductAccessBean

        public RFQResponseProductAccessBean(java.lang.Long catentryId,
                                            java.lang.Long rfqRspId)
    • Method Detail

      • setInitKey_rfqResponseProdId

        public void setInitKey_rfqResponseProdId(java.lang.Long rfqResponseProdId)
      • findByRfqResponseIdAndCatentryId

        public java.util.Enumeration findByRfqResponseIdAndCatentryId(java.lang.Long argRFQResponseId,
                                                                      java.lang.Long argCatentryId)
      • findByCatentryId

        public java.util.Enumeration findByCatentryId(java.lang.Long argCatentryId)
      • findByRfqResponseId

        public java.util.Enumeration findByRfqResponseId(java.lang.Long argRfqResponseId)
      • findByRfqProductId

        public java.util.Enumeration findByRfqProductId(java.lang.Long rfqProductId)
      • findByRfqResponseIdAndRfqProductId

        public java.util.Enumeration findByRfqResponseIdAndRfqProductId(java.lang.Long rfqResponseId,
                                                                        java.lang.Long rfqProductId)
      • setPriceAdjustment

        public void setPriceAdjustment(java.lang.Double priceAdjustment)
      • getPriceAdjustmentInEntityType

        public java.lang.Double getPriceAdjustmentInEntityType()
      • setPriceAdjustment

        public void setPriceAdjustment(java.lang.String priceAdjustment)
      • getPriceAdjustment

        public java.lang.String getPriceAdjustment()
      • setQuantity

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

        public java.lang.Double getQuantityInEntityType()
      • setQuantity

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

        public java.lang.String getQuantity()
      • setCatentryId

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

        public java.lang.Long getCatentryIdInEntityType()
      • setCatentryId

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

        public java.lang.String getCatentryId()
      • setRfqProductId

        public void setRfqProductId(java.lang.Long rfqProductId)
      • getRfqProductIdInEntityType

        public java.lang.Long getRfqProductIdInEntityType()
      • setRfqProductId

        public void setRfqProductId(java.lang.String rfqProductId)
      • getRfqProductId

        public java.lang.String getRfqProductId()
      • setQuantityUnitId

        public void setQuantityUnitId(java.lang.String quantityUnitId)
      • getQuantityUnitId

        public java.lang.String getQuantityUnitId()
      • setRfqCatentryId

        public void setRfqCatentryId(java.lang.Long rfqCatentryId)
      • getRfqCatentryIdInEntityType

        public java.lang.Long getRfqCatentryIdInEntityType()
      • setRfqCatentryId

        public void setRfqCatentryId(java.lang.String rfqCatentryId)
      • getRfqCatentryId

        public java.lang.String getRfqCatentryId()
      • setRfqResponseId

        public void setRfqResponseId(java.lang.Long rfqRspId)
      • getRfqResponseIdInEntityType

        public java.lang.Long getRfqResponseIdInEntityType()
      • setRfqResponseId

        public void setRfqResponseId(java.lang.String rfqRspId)
      • getRfqResponseId

        public java.lang.String getRfqResponseId()
      • setField1

        public void setField1(java.lang.Long field1)
      • getField1

        public java.lang.Long getField1()
      • setPrice

        public void setPrice(java.math.BigDecimal price)
      • getPriceInEntityType

        public java.math.BigDecimal getPriceInEntityType()
      • setPrice

        public void setPrice(java.lang.String price)
      • getPrice

        public java.lang.String getPrice()
      • setCurrency

        public void setCurrency(java.lang.String currency)
      • getCurrency

        public java.lang.String getCurrency()
      • setSkuGenFlag

        public void setSkuGenFlag(java.lang.Integer skuGenFlag)
      • getSkuGenFlagInEntityType

        public java.lang.Integer getSkuGenFlagInEntityType()
      • setSkuGenFlag

        public void setSkuGenFlag(java.lang.String skuGenFlag)
      • getSkuGenFlag

        public java.lang.String getSkuGenFlag()
      • setField3

        public void setField3(java.lang.String field3)
      • getField3

        public java.lang.String getField3()
      • setField2

        public void setField2(java.lang.Integer field2)
      • getField2

        public java.lang.Integer getField2()
      • setRfqResponseProdId

        public void setRfqResponseProdId(java.lang.Long rfqResponseProdId)
      • getRfqResponseProdIdInEntityType

        public java.lang.Long getRfqResponseProdIdInEntityType()
      • setRfqResponseProdId

        public void setRfqResponseProdId(java.lang.String rfqResponseProdId)
      • getRfqResponseProdId

        public java.lang.String getRfqResponseProdId()
      • setField4

        public void setField4(java.lang.String field4)
      • getField4

        public java.lang.String getField4()
      • fulfills

        public boolean fulfills(java.lang.Long member,
                                java.lang.String relationship)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getOwner

        public java.lang.Long getOwner()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • instantiateEntity

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

        public com.ibm.commerce.rfq.objects.RFQResponseProduct getEntity()
        Overrides:
        getEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean