com.ibm.commerce.catalog.objects

Class ProductPageRelationEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.catalog.objects.ProductPageRelationEntityCreationData
  • All Implemented Interfaces:
    EntityBeanCreationData, java.io.Serializable


    public class ProductPageRelationEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Product Page Relation EJB.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The internal copyright field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(ProductPageRelationAccessBean accessBean)
      Copy attributes' values from the Product Page Relation access bean to the Product Page Relation entity creation data.
      java.lang.Integer getAutionState()
      Gets the aution state.
      java.lang.String getCatalogEntryType()
      Gets the catalog entry type.
      java.lang.String getDescription()
      Gets the description.
      java.lang.Integer getDevicetype_id()
      Gets the device type ID.
      java.lang.Long getDisplayReferenceNumber()
      Gets the product page relation display ID.
      java.lang.String getField1()
      Gets the customizable field 1.
      java.lang.String getField2()
      Gets the customizable field 2.
      java.lang.Integer getLanguageId()
      Gets the language ID.
      java.lang.Long getMemberGroupID()
      Gets the member group ID.
      java.lang.String getOid()
      Gets the object ID.
      java.lang.Long getProductReferenceNumber()
      Gets the product ID.
      java.lang.Double getRank()
      Gets the rank.
      java.lang.Integer getStoreEntryID()
      Gets the store entity ID.
      java.lang.String getTemplateName()
      Gets the name and path of the display template page for the product.
      void reset()
      Reset all attributes of the Product Page Relation.
      void setAutionState(java.lang.Integer argAutionState)
      Sets the aution state.
      void setCatalogEntryType(java.lang.String argCatalogEntryType)
      Sets the catalog entry type.
      void setDescription(java.lang.String argDescription)
      Sets the description.
      void setDevicetype_id(java.lang.Integer argDevicetype_id)
      Sets the device type ID.
      void setDisplayReferenceNumber(java.lang.Long argDisplayReferenceNumber)
      Sets the product page relation display ID.
      void setField1(java.lang.String argField1)
      Sets the customizable field 1.
      void setField2(java.lang.String argField2)
      Sets the customizable field 2.
      void setLanguageId(java.lang.Integer argLanguageId)
      Sets the language ID.
      void setMemberGroupID(java.lang.Long argMemberGroupID)
      Sets the member group ID.
      void setOid(java.lang.String argOid)
      Sets the object ID.
      void setProductReferenceNumber(java.lang.Long argProductReferenceNumber)
      Sets the product ID.
      void setRank(java.lang.Double argRank)
      Sets the rank.
      void setStoreEntryID(java.lang.Integer argStoreEntryID)
      Sets the store entity ID.
      void setTemplateName(java.lang.String argTemplateName)
      Sets the name and path of the display template page for the product.
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProductPageRelationEntityCreationData

        public ProductPageRelationEntityCreationData()
        Default constructor for the Product Page Relation entity creation data.
    • Method Detail

      • getProductReferenceNumber

        public java.lang.Long getProductReferenceNumber()
        Gets the product ID.
        Returns:
        productReferenceNumber The product ID
      • setProductReferenceNumber

        public void setProductReferenceNumber(java.lang.Long argProductReferenceNumber)
        Sets the product ID.
        Parameters:
        productReferenceNumber - The product ID
      • getTemplateName

        public java.lang.String getTemplateName()
        Gets the name and path of the display template page for the product.
        Returns:
        templateName The name and path of the display template page for the product
      • setTemplateName

        public void setTemplateName(java.lang.String argTemplateName)
        Sets the name and path of the display template page for the product.
        Parameters:
        templateName - The name and path of the display template page for the product
      • getDescription

        public java.lang.String getDescription()
        Gets the description.
        Returns:
        description The description
      • setDescription

        public void setDescription(java.lang.String argDescription)
        Sets the description.
        Parameters:
        description - The description
      • getField1

        public java.lang.String getField1()
        Gets the customizable field 1.
        Returns:
        field1 The customizable field 1
      • setField1

        public void setField1(java.lang.String argField1)
        Sets the customizable field 1.
        Parameters:
        field1 - The customizable field 1
      • getField2

        public java.lang.String getField2()
        Gets the customizable field 2.
        Returns:
        field2 The customizable field 2
      • setField2

        public void setField2(java.lang.String argField2)
        Sets the customizable field 2.
        Parameters:
        field2 - The customizable field 2
      • getAutionState

        public java.lang.Integer getAutionState()
        Gets the aution state.
        Returns:
        autionState The aution state
      • setAutionState

        public void setAutionState(java.lang.Integer argAutionState)
        Sets the aution state.
        Parameters:
        autionState - The aution state
      • getMemberGroupID

        public java.lang.Long getMemberGroupID()
        Gets the member group ID.
        Returns:
        memberGroupID The member group ID
      • setMemberGroupID

        public void setMemberGroupID(java.lang.Long argMemberGroupID)
        Sets the member group ID.
        Parameters:
        memberGroupID - The member group ID
      • getStoreEntryID

        public java.lang.Integer getStoreEntryID()
        Gets the store entity ID.
        Returns:
        storeEntryID The store entity ID
      • setStoreEntryID

        public void setStoreEntryID(java.lang.Integer argStoreEntryID)
        Sets the store entity ID.
        Parameters:
        storeEntryID - The store entity ID
      • getDevicetype_id

        public java.lang.Integer getDevicetype_id()
        Gets the device type ID.
        Returns:
        devicetype_id The device type ID
      • setDevicetype_id

        public void setDevicetype_id(java.lang.Integer argDevicetype_id)
        Sets the device type ID.
        Parameters:
        devicetype_id - The device type ID
      • getRank

        public java.lang.Double getRank()
        Gets the rank.
        Returns:
        rank The rank
      • setRank

        public void setRank(java.lang.Double argRank)
        Sets the rank.
        Parameters:
        rank - The rank
      • getCatalogEntryType

        public java.lang.String getCatalogEntryType()
        Gets the catalog entry type.
        Returns:
        catalogEntryType The catalog entry type
      • setCatalogEntryType

        public void setCatalogEntryType(java.lang.String argCatalogEntryType)
        Sets the catalog entry type.
        Parameters:
        catalogEntryType - The catalog entry type
      • getDisplayReferenceNumber

        public java.lang.Long getDisplayReferenceNumber()
        Gets the product page relation display ID.
        Returns:
        displayReferenceNumber The product page relation display ID
      • setDisplayReferenceNumber

        public void setDisplayReferenceNumber(java.lang.Long argDisplayReferenceNumber)
        Sets the product page relation display ID.
        Parameters:
        displayReferenceNumber - The product page relation display ID
      • getOid

        public java.lang.String getOid()
        Gets the object ID.
        Returns:
        oid The object ID
      • setOid

        public void setOid(java.lang.String argOid)
        Sets the object ID.
        Parameters:
        oid - The object ID
      • getLanguageId

        public java.lang.Integer getLanguageId()
        Gets the language ID.
        Returns:
        languageId The language ID
      • setLanguageId

        public void setLanguageId(java.lang.Integer argLanguageId)
        Sets the language ID.
        Parameters:
        languageId - The language ID
      • reset

        public void reset()
                   throws java.lang.IllegalAccessException
        Reset all attributes of the Product Page Relation.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

        public void copyFromAccessBean(ProductPageRelationAccessBean accessBean)
        Copy attributes' values from the Product Page Relation access bean to the Product Page Relation entity creation data.
        Parameters:
        AccessBean - The Product Page Relation access bean