com.ibm.commerce.contract.objects

Class ContractStoreAccessBean

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


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getContractId() 
      com.ibm.commerce.contract.objects.ContractStore getEntity() 
      java.lang.String getStoreXML() 
      void instantiateEntity() 
      void setInitKey_contractId(java.lang.Long contractId) 
      void setStoreXML(java.lang.String storeXML) 
      • Methods inherited from class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean

        createAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • ContractStoreAccessBean

        public ContractStoreAccessBean()
      • ContractStoreAccessBean

        public ContractStoreAccessBean(com.ibm.commerce.contract.objects.ContractStore entity)
      • ContractStoreAccessBean

        public ContractStoreAccessBean(java.lang.Long contractId,
                                       java.lang.String storeXML)
    • Method Detail

      • setInitKey_contractId

        public void setInitKey_contractId(java.lang.Long contractId)
      • getContractId

        public java.lang.Long getContractId()
      • setStoreXML

        public void setStoreXML(java.lang.String storeXML)
      • getStoreXML

        public java.lang.String getStoreXML()
      • instantiateEntity

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

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