com.ibm.commerce.catalog.objects

Class ProductSetDescriptionEntityCreationData

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


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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The internal copyright field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(ProductSetDescriptionAccessBean accessBean)
      Copy attributes' values from the Product Set Description access bean to the Product Set Description entity creation data.
      java.lang.String getDescription()
      Gets the product set description.
      java.lang.Integer getLanguage_id()
      Gets the language ID.
      java.lang.Integer getProductSetId()
      Gets the product set ID.
      void reset()
      Reset all attributes of the Product Set Description.
      void setDescription(java.lang.String newValue)
      Sets the product set description.
      void setLanguage_id(java.lang.Integer newValue)
      Sets the language ID.
      void setProductSetId(java.lang.Integer newValue)
      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
    • Constructor Detail

      • ProductSetDescriptionEntityCreationData

        public ProductSetDescriptionEntityCreationData()
        Default constructor for the Product Set Description entity creation data.
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the product set description.
        Returns:
        description The product set description
      • getLanguage_id

        public java.lang.Integer getLanguage_id()
        Gets the language ID.
        Returns:
        language_id The language ID
      • getProductSetId

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

        public void setDescription(java.lang.String newValue)
        Sets the product set description.
        Parameters:
        newValue - The product set description
      • setLanguage_id

        public void setLanguage_id(java.lang.Integer newValue)
        Sets the language ID.
        Parameters:
        newValue - The language ID
      • setProductSetId

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

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

        public void copyFromAccessBean(ProductSetDescriptionAccessBean accessBean)
        Copy attributes' values from the Product Set Description access bean to the Product Set Description entity creation data.
        Parameters:
        AccessBean - The Product Set Description access bean