com.ibm.commerce.catalog.objects

Class CatalogGroupRelationEntityCreationData

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


    public class CatalogGroupRelationEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Catalog Group Relation EJB.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

        public java.lang.Long catalogId
        The catalog ID.
      • catalogGroupIdChild

        public java.lang.Long catalogGroupIdChild
        The child catalog group ID.
      • catalogGroupIdParent

        public java.lang.Long catalogGroupIdParent
        The parent catalog group ID.
      • rule

        public java.lang.String rule
        The rule.
      • sequence

        public java.lang.Double sequence
        The sequence.
      • lastUpdate

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

        public java.lang.Long catalogIdLink
        The link catalog ID.
    • Constructor Detail

      • CatalogGroupRelationEntityCreationData

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

      • getCatalogId

        public java.lang.Long getCatalogId()
        Gets the catalog ID.
        Returns:
        catalogId The catalog ID
      • setCatalogId

        public void setCatalogId(java.lang.Long catalogId)
        Sets the catalog ID.
        Parameters:
        catalogId - The catalog ID
      • getCatalogGroupIdChild

        public java.lang.Long getCatalogGroupIdChild()
        Gets the child catalog group ID.
        Returns:
        catalogGroupIdChild The child catalog group ID
      • setCatalogGroupIdChild

        public void setCatalogGroupIdChild(java.lang.Long catalogGroupIdChild)
        Sets the child catalog group ID.
        Parameters:
        catalogGroupIdChild - The child catalog group ID
      • getCatalogGroupIdParent

        public java.lang.Long getCatalogGroupIdParent()
        Gets the parent catalog group ID.
        Returns:
        catalogGroupIdParent The parent catalog group ID
      • setCatalogGroupIdParent

        public void setCatalogGroupIdParent(java.lang.Long catalogGroupIdParent)
        Sets the parent catalog group ID.
        Parameters:
        catalogGroupIdParent - The parent catalog group ID
      • getRule

        public java.lang.String getRule()
        Gets the rule.
        Returns:
        rule The rule
      • setRule

        public void setRule(java.lang.String rule)
        Sets the rule.
        Parameters:
        rule - The rule
      • getSequence

        public java.lang.Double getSequence()
        Gets the sequence.
        Returns:
        sequence The sequence
      • setSequence

        public void setSequence(java.lang.Double sequence)
        Sets the sequence.
        Parameters:
        sequence - The sequence
      • 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
      • getCatalogIdLink

        public java.lang.Long getCatalogIdLink()
        Gets the link catalog ID.
        Returns:
        catalogIdLink The link catalog ID
      • setCatalogIdLink

        public void setCatalogIdLink(java.lang.Long catalogIdLink)
        Sets the link catalog ID.
        Parameters:
        catalogIdLink - The link catalog ID
      • reset

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

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