com.ibm.commerce.catalog.objects

Class CatalogGroupProductSetRelEntityCreationData

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


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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright statement
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(CatalogGroupProductSetRelAccessBean accessBean)
      Copy attributes' values from the Catalog Group To Product Set Relation access bean to the Catalog Group To Product Set Relation entity creation data.
      java.lang.Long getCatalogGroupId()
      Gets the catalog group ID
      java.lang.Long getCatalogId()
      Gets the catalog ID
      java.lang.Integer getProductSetId()
      Gets the product set ID
      void reset()
      Reset all attributes of the Catalog Group To Product Set Relation.
      void setCatalogGroupId(java.lang.Long newCatalogGroupId)
      Sets the catalog group ID
      void setCatalogId(java.lang.Long newCatalogId)
      Sets the catalog ID
      void setProductSetId(java.lang.Integer newProductSetId)
      Sets the product set 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
        Copyright statement
        See Also:
        Constant Field Values
    • Constructor Detail

      • CatalogGroupProductSetRelEntityCreationData

        public CatalogGroupProductSetRelEntityCreationData()
        Default constructor for the Catalog Group To Product Set Relation entity creation data.
    • Method Detail

      • getCatalogGroupId

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

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

        public java.lang.Integer getProductSetId()
        Gets the product set ID
        Returns:
        productSetId The product set ID.
      • setCatalogGroupId

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

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

        public void setProductSetId(java.lang.Integer newProductSetId)
        Sets the product set ID
        Parameters:
        newProductSetId - The product set ID
      • reset

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

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