com.ibm.commerce.catalog.objects

Class CatalogGroupEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.catalog.objects.CatalogGroupEntityCreationData
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.Long catalogGroupReferenceNumber
      The catalog group ID.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      java.lang.String field1
      The customizable field 1.
      java.lang.String field2
      The customizable field 2.
      java.lang.String identifier
      The catalog group identifier.
      java.sql.Timestamp lastUpdate
      The last update timestamp.
      java.lang.Integer markForDelete
      The mark for delete flag.
      java.lang.Long memberId
      The member ID.
      java.lang.String oid
      The object ID.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CatalogGroupEntityCreationData()
      Default constructor for the Catalog Group entity creation data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(CatalogGroupAccessBean accessBean)
      Copy attributes' values from the Catalog Group access bean to the Catalog Group entity creation data.
      java.lang.Long getCatalogGroupReferenceNumber()
      Gets the catalog group ID.
      java.lang.String getField1()
      Gets the customizable field 1.
      java.lang.String getField2()
      Gets the customizable field 2.
      java.lang.String getIdentifier()
      Gets the catalog group identifier.
      java.sql.Timestamp getLastUpdate()
      Gets the last update timestamp.
      java.lang.Integer getMarkForDelete()
      Gets the mark for delete flag.
      java.lang.Long getMemberId()
      Gets the member ID.
      java.lang.String getOid()
      Gets the object ID.
      void reset()
      Reset all attributes of the Catalog Group.
      void setCatalogGroupReferenceNumber(java.lang.Long catalogGroupReferenceNumber)
      Sets the catalog group ID.
      void setField1(java.lang.String field1)
      Sets the customizable field 1.
      void setField2(java.lang.String field2)
      Sets the customizable field 2.
      void setIdentifier(java.lang.String identifier)
      Sets the catalog group identifier.
      void setLastUpdate(java.sql.Timestamp lastUpdate)
      Sets the last update timestamp.
      void setMarkForDelete(java.lang.Integer markForDelete)
      Sets the mark for delete flag.
      void setMemberId(java.lang.Long memberId)
      Sets the member ID.
      void setOid(java.lang.String oid)
      Sets the object 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
      • catalogGroupReferenceNumber

        public java.lang.Long catalogGroupReferenceNumber
        The catalog group ID.
      • identifier

        public java.lang.String identifier
        The catalog group identifier.
      • memberId

        public java.lang.Long memberId
        The member ID.
      • oid

        public java.lang.String oid
        The object ID.
      • field1

        public java.lang.String field1
        The customizable field 1.
      • field2

        public java.lang.String field2
        The customizable field 2.
      • lastUpdate

        public java.sql.Timestamp lastUpdate
        The last update timestamp.
      • markForDelete

        public java.lang.Integer markForDelete
        The mark for delete flag.
    • Constructor Detail

      • CatalogGroupEntityCreationData

        public CatalogGroupEntityCreationData()
        Default constructor for the Catalog Group 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 catalogGroupReferenceNumber)
        Sets the catalog group ID.
        Parameters:
        catalogGroupReferenceNumber - The catalog group ID
      • getIdentifier

        public java.lang.String getIdentifier()
        Gets the catalog group identifier.
        Returns:
        identifier The catalog group identifier
      • setIdentifier

        public void setIdentifier(java.lang.String identifier)
        Sets the catalog group identifier.
        Parameters:
        identifier - The catalog group identifier
      • getMemberId

        public java.lang.Long getMemberId()
        Gets the member ID.
        Returns:
        memberId The member ID
      • setMemberId

        public void setMemberId(java.lang.Long memberId)
        Sets the member ID.
        Parameters:
        memberId - The member ID
      • getOid

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

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

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

        public void setField1(java.lang.String field1)
        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 field2)
        Sets the customizable field 2.
        Parameters:
        field2 - The customizable field 2
      • getLastUpdate

        public java.sql.Timestamp getLastUpdate()
        Gets the last update timestamp.
        Returns:
        lastUpdate The last update timestamp
      • setLastUpdate

        public void setLastUpdate(java.sql.Timestamp lastUpdate)
        Sets the last update timestamp.
        Parameters:
        lastUpdate - The last update timestamp
      • getMarkForDelete

        public java.lang.Integer getMarkForDelete()
        Gets the mark for delete flag.
        Returns:
        markForDelete The mark for delete flag
      • setMarkForDelete

        public void setMarkForDelete(java.lang.Integer markForDelete)
        Sets the mark for delete flag.
        Parameters:
        markForDelete - The mark for delete flag
      • reset

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

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