com.ibm.commerce.catalog.objects

Class StoreCatalogEntryEntityCreationData

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


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

        public java.lang.Long catalogEntryReferenceNumber
        The catalog entry ID.
      • storeEntryID

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

      • StoreCatalogEntryEntityCreationData

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

      • getCatalogEntryReferenceNumber

        public java.lang.Long getCatalogEntryReferenceNumber()
        Gets the catalog entry ID.
        Returns:
        catalogEntryReferenceNumber The catalog entry ID
      • setCatalogEntryReferenceNumber

        public void setCatalogEntryReferenceNumber(java.lang.Long catalogEntryReferenceNumber)
        Sets the catalog entry ID.
        Parameters:
        catalogEntryReferenceNumber - The catalog entry 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 Entry.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

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