com.ibm.commerce.catalog.objects

Class CatalogGroupCatalogEntryRelationEntityCreationData

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


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

      Fields 
      Modifier and Type Field and Description
      java.lang.Long catalogEntryId
      The catalog entry ID
      java.lang.Long catalogGroupId
      The catalog group ID.
      java.lang.Long catalogId
      The catalog ID.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      java.sql.Timestamp lastUpdate
      The last update timestamp.
      java.lang.String rule
      The rule.
      java.lang.Double sequence
      The sequence.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(CatalogGroupCatalogEntryRelationAccessBean accessBean)
      Copy attributes' values from the Catalog Group To Catalog Entry Relation access bean to the Catalog Group To Catalog Entry Relation entity creation data.
      java.lang.Long getCatalogEntryId()
      Gets the catalog entry ID.
      java.lang.Long getCatalogGroupId()
      Gets the catalog group ID.
      java.lang.Long getCatalogId()
      Gets the catalog ID.
      java.sql.Timestamp getLastUpdate()
      Gets the last update timestamp.
      java.lang.String getRule()
      Gets the rule.
      java.lang.Double getSequence()
      Gets the sequence.
      void reset()
      Reset all attributes of the Catalog Group To Catalog Entry Relation.
      void setCatalogEntryId(java.lang.Long catalogEntryId)
      Sets the catalog entry ID.
      void setCatalogGroupId(java.lang.Long catalogGroupId)
      Sets the catalog group ID.
      void setCatalogId(java.lang.Long catalogId)
      Sets the catalog I.
      void setLastUpdate(java.sql.Timestamp lastUpdate)
      Sets the last update timestamp.
      void setRule(java.lang.String rule)
      Sets the rule.
      void setSequence(java.lang.Double sequence)
      Sets the sequence.
      • 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
      • catalogId

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

        public java.lang.Long catalogGroupId
        The catalog group ID.
      • catalogEntryId

        public java.lang.Long catalogEntryId
        The catalog entry 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.
    • Constructor Detail

      • CatalogGroupCatalogEntryRelationEntityCreationData

        public CatalogGroupCatalogEntryRelationEntityCreationData()
        Default constructor for the Catalog Group To Catalog Entry 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 I.
        Parameters:
        catalogId - The catalog I
      • getCatalogGroupId

        public java.lang.Long getCatalogGroupId()
        Gets the catalog group ID.
        Returns:
        catalogGroupId The catalog group ID
      • setCatalogGroupId

        public void setCatalogGroupId(java.lang.Long catalogGroupId)
        Sets the catalog group ID.
        Parameters:
        catalogGroupId - The catalog group ID
      • getCatalogEntryId

        public java.lang.Long getCatalogEntryId()
        Gets the catalog entry ID.
        Returns:
        catalogEntryId The catalog entry ID
      • setCatalogEntryId

        public void setCatalogEntryId(java.lang.Long catalogEntryId)
        Sets the catalog entry ID.
        Parameters:
        catalogEntryId - The catalog entry 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
      • reset

        public void reset()
                   throws java.lang.IllegalAccessException
        Reset all attributes of the Catalog Group To Catalog Entry Relation.
        Throws:
        java.lang.IllegalAccessException
      • copyFromAccessBean

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