com.ibm.commerce.catalog.objects

Class StoreCatalogGroupEntityCreationData

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


    public class StoreCatalogGroupEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Store To 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
      • catalogGroupReferenceNumber

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

        public java.lang.Integer storeEntryID
        The store entity ID.
    • Constructor Detail

      • StoreCatalogGroupEntityCreationData

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

        public java.lang.Integer getStoreEntryID()
        Gets the store entity ID.
        Returns:
        storeEntryID The store entity ID
      • setStoreEntryID

        public void setStoreEntryID(java.lang.Integer storeEntryID)
        Sets the store entity ID.
        Parameters:
        storeEntryID - The store entity ID
      • reset

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

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