com.ibm.commerce.catalog.objects

Class CatalogGroupPageRelationEntityCreationData

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


    public class CatalogGroupPageRelationEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Catalog Group 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(CatalogGroupPageRelationAccessBean accessBean)
      Copy attributes' values from the Catalog Group Page Relation access bean to the Catalog Group Page Relation entity creation data.
      java.lang.Long getCatalogGroupReferenceNumber()
      Gets the catalog group ID.
      java.lang.String getDescription()
      Gets the description.
      java.lang.Integer getDevicetype_id()
      Gets the device type ID.
      java.lang.Long getDisplayReferenceNumber()
      Gets the catalog group page relation 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.String getPageName()
      Gets the name and path of the display page template for the catalog group.
      java.lang.Double getRank()
      Gets the rank.
      java.lang.Integer getStoreent_id()
      Gets the store entity ID.
      void reset()
      Reset all attributes of the Catalog Group Page Relation.
      void setCatalogGroupReferenceNumber(java.lang.Long argCatalogGroupReferenceNumber)
      Sets the catalog group ID.
      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 catalog group page relation 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 setPageName(java.lang.String argPageName)
      Sets the name and path of the display page template for the catalog group.
      void setRank(java.lang.Double argRank)
      Sets the rank.
      void setStoreent_id(java.lang.Integer argStoreent_id)
      Sets the store entity ID.
      • 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

      • CatalogGroupPageRelationEntityCreationData

        public CatalogGroupPageRelationEntityCreationData()
        Default constructor for the Catalog Group Page Relation entity creation data.
    • Method Detail

      • getCatalogGroupReferenceNumber

        public java.lang.Long getCatalogGroupReferenceNumber()
        Gets the catalog group ID.
        Returns:
        catalogGroupReferenceNumber The catalog group ID
      • setCatalogGroupReferenceNumber

        public void setCatalogGroupReferenceNumber(java.lang.Long argCatalogGroupReferenceNumber)
        Sets the catalog group ID.
        Parameters:
        catalogGroupReferenceNumber - The catalog group ID
      • getPageName

        public java.lang.String getPageName()
        Gets the name and path of the display page template for the catalog group.
        Returns:
        pageName The name and path of the display page template for the catalog group
      • setPageName

        public void setPageName(java.lang.String argPageName)
        Sets the name and path of the display page template for the catalog group.
        Parameters:
        pageName - The name and path of the display page template for the catalog group
      • 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
      • getStoreent_id

        public java.lang.Integer getStoreent_id()
        Gets the store entity ID.
        Returns:
        storeent_id The store entity ID
      • setStoreent_id

        public void setStoreent_id(java.lang.Integer argStoreent_id)
        Sets the store entity ID.
        Parameters:
        storeent_id - 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
      • 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
      • getDisplayReferenceNumber

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

        public void setDisplayReferenceNumber(java.lang.Long argDisplayReferenceNumber)
        Sets the catalog group page relation ID.
        Parameters:
        displayReferenceNumber - The catalog group page relation 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 Catalog Group Page Relation.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

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