com.ibm.commerce.catalog.objects

Class ProductSetCeRelEntityCreationData

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


    public class ProductSetCeRelEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Product Set 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.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      java.lang.Integer productSetId
      The product set ID.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ProductSetCeRelEntityCreationData()
      Default constructor for the Product Set To Catalog Entry Relation entity creation data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(ProductSetCeRelAccessBean accessBean)
      Copy attributes' values from the Product Set To Catalog Entry Relation access bean to Product Set To Catalog Entry Relation entity creation data.
      java.lang.Long getCatalogEntryId()
      Gets the catalog entry ID.
      java.lang.Integer getProductSetId()
      Gets the product set ID.
      void reset()
      Reset all attributes of the Product Set To Catalog Entry Relation.
      void setCatalogEntryId(java.lang.Long newCatalogEntryId)
      Sets the catalog entry 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
        The internal copyright field.
        See Also:
        Constant Field Values
      • productSetId

        public java.lang.Integer productSetId
        The product set ID.
      • catalogEntryId

        public java.lang.Long catalogEntryId
        The catalog entry ID.
    • Constructor Detail

      • ProductSetCeRelEntityCreationData

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

      • getCatalogEntryId

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

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

        public void setCatalogEntryId(java.lang.Long newCatalogEntryId)
        Sets the catalog entry ID.
        Parameters:
        newCatalogEntryId - The catalog entry 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 Product Set To Catalog Entry Relation.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

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