com.ibm.commerce.catalog.objects

Class StoreCatalogEntityCreationData

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


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

      Fields 
      Modifier and Type Field and Description
      java.lang.Long catalogReferenceNumber
      The catalog ID.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      java.sql.Timestamp lastUpdate
      The last update timestamp.
      java.lang.String masterCatalog
      The flag to indicate master catalog for the store.
      java.lang.Integer storeEntryID
      The store entity ID.
    • Constructor Summary

      Constructors 
      Constructor and Description
      StoreCatalogEntityCreationData()
      Default constructor for the Store To Catalog Relation entity creation data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(StoreCatalogAccessBean accessBean)
      Copy attributes' values from the Store To Catalog Relation access bean to the Store To Catalog Relation entity creation data.
      java.lang.Long getCatalogReferenceNumber()
      Gets the catalog ID.
      java.sql.Timestamp getLastUpdate()
      Gets the last update timestamp.
      java.lang.String getMasterCatalog()
      Gets the flag for master catalog of the store.
      java.lang.Integer getStoreEntryID()
      Gets the store entity ID.
      void reset()
      Reset all attributes of the Store To Catalog Relation.
      void setCatalogReferenceNumber(java.lang.Long catalogReferenceNumber)
      Sets the catalog ID.
      void setLastUpdate(java.sql.Timestamp lastUpdate)
      Sets the last update timestamp.
      void setMasterCatalog(java.lang.String masterCatalog)
      Sets the flag for master catalog of the store.
      void setStoreEntryID(java.lang.Integer storeEntryID)
      Sets the store entity 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
      • catalogReferenceNumber

        public java.lang.Long catalogReferenceNumber
        The catalog ID.
      • storeEntryID

        public java.lang.Integer storeEntryID
        The store entity ID.
      • masterCatalog

        public java.lang.String masterCatalog
        The flag to indicate master catalog for the store.
      • lastUpdate

        public java.sql.Timestamp lastUpdate
        The last update timestamp.
    • Constructor Detail

      • StoreCatalogEntityCreationData

        public StoreCatalogEntityCreationData()
        Default constructor for the Store To Catalog Relation entity creation data.
    • Method Detail

      • getCatalogReferenceNumber

        public java.lang.Long getCatalogReferenceNumber()
        Gets the catalog ID.
        Returns:
        catalogReferenceNumber The catalog ID
      • setCatalogReferenceNumber

        public void setCatalogReferenceNumber(java.lang.Long catalogReferenceNumber)
        Sets the catalog ID.
        Parameters:
        catalogReferenceNumber - The catalog 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
      • getMasterCatalog

        public java.lang.String getMasterCatalog()
        Gets the flag for master catalog of the store.
        Returns:
        masterCatalog The flag for master catalog of the store
      • setMasterCatalog

        public void setMasterCatalog(java.lang.String masterCatalog)
        Sets the flag for master catalog of the store.
        Parameters:
        masterCatalog - The flag for master catalog of the store
      • 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 Store To Catalog Relation.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

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