com.ibm.commerce.common.objects

Class StoreCategoryDescriptionAccessBean

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


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

    • Constructor Detail

      • StoreCategoryDescriptionAccessBean

        public StoreCategoryDescriptionAccessBean()
      • StoreCategoryDescriptionAccessBean

        public StoreCategoryDescriptionAccessBean(com.ibm.commerce.common.objects.StoreCategoryDescription entity)
      • StoreCategoryDescriptionAccessBean

        public StoreCategoryDescriptionAccessBean(java.lang.Integer storeCategoryId,
                                                  java.lang.Integer languageId)
    • Method Detail

      • setInitKey_storeCategoryId

        public void setInitKey_storeCategoryId(java.lang.Integer storeCategoryId)
      • setInitKey_languageId

        public void setInitKey_languageId(java.lang.Integer languageId)
      • getStoreCategoryId

        public java.lang.Integer getStoreCategoryId()
      • setDisplayName

        public void setDisplayName(java.lang.String displayName)
      • getDisplayName

        public java.lang.String getDisplayName()
      • getLanguageId

        public java.lang.Integer getLanguageId()
      • setDescription

        public void setDescription(java.lang.String description)
      • getDescription

        public java.lang.String getDescription()
      • instantiateEntity

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

        public com.ibm.commerce.common.objects.StoreCategoryDescription getEntity()
        Overrides:
        getEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean