com.ibm.commerce.catalog.objects

Class ProductSetEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.catalog.objects.ProductSetEntityCreationData
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The internal copyright field.
      java.lang.Integer markForDelete
      The mark for delete flag.
      java.lang.String name
      The product set name.
      java.lang.Long ownerId
      The owner ID of the product set.
      java.lang.Integer productSetId
      The product set ID.
      java.sql.Timestamp publishTime
      The time the product set was published.
      java.lang.String staticflag
      The static flag.
      java.lang.String xmlDefinition
      The XML definition of the product set.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ProductSetEntityCreationData()
      Default constructor for the Product Set entity creation data.
      ProductSetEntityCreationData(org.w3c.dom.Element psElement)
      Constructor for the Product Set entity creation data with Root elemnt.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(ProductSetAccessBean psAccessBean)
      Copy attributes' values from the Product Set access bean to the Product Set entity creation data.
      java.lang.Integer getMarkForDelete()
      Gets the mark for delete flag.
      java.lang.String getName()
      Gets the name of the product set.
      java.lang.Long getownerId()
      Gets the product set owner ID.
      java.lang.Integer getProductSetId()
      Gets the product set ID.
      java.sql.Timestamp getPublishTime()
      Gets the time the product set was published.
      java.lang.String getStaticflag()
      Gets the static flag.
      void reset()
      Reset all attributes of the Product Set.
      void setMarkForDelete(java.lang.Integer _markForDelete)
      Sets the mark for delete flag.
      void setName(java.lang.String _name)
      Sets the name of the product set.
      void setownerId(java.lang.Long _ownerId)
      Sets the product set owner ID.
      void setProductSetId(java.lang.Integer _productSetId)
      Sets the product set ID.
      void setPublishTime(java.sql.Timestamp _publishTime)
      Sets the product set publish time.
      void setStaticflag(java.lang.String _staticflag)
      Sets the static flag.
      • 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
      • ownerId

        public java.lang.Long ownerId
        The owner ID of the product set.
      • xmlDefinition

        public java.lang.String xmlDefinition
        The XML definition of the product set.
      • markForDelete

        public java.lang.Integer markForDelete
        The mark for delete flag.
      • productSetId

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

        public java.lang.String staticflag
        The static flag.
      • publishTime

        public java.sql.Timestamp publishTime
        The time the product set was published.
      • name

        public java.lang.String name
        The product set name.
    • Constructor Detail

      • ProductSetEntityCreationData

        public ProductSetEntityCreationData()
        Default constructor for the Product Set entity creation data.
      • ProductSetEntityCreationData

        public ProductSetEntityCreationData(org.w3c.dom.Element psElement)
                                     throws java.lang.IllegalAccessException,
                                            javax.ejb.CreateException
        Constructor for the Product Set entity creation data with Root elemnt.
        Parameters:
        The - Root Element The root element
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
        javax.ejb.CreateException - EJB create exception
    • Method Detail

      • getownerId

        public java.lang.Long getownerId()
        Gets the product set owner ID.
        Returns:
        ownerId The product set owner ID
      • setownerId

        public void setownerId(java.lang.Long _ownerId)
        Sets the product set owner ID.
        Parameters:
        ownerId - The product set owner ID
      • getMarkForDelete

        public java.lang.Integer getMarkForDelete()
        Gets the mark for delete flag.
        Returns:
        markForDelete The mark for delete flag
      • setMarkForDelete

        public void setMarkForDelete(java.lang.Integer _markForDelete)
        Sets the mark for delete flag.
        Parameters:
        markForDelete - The mark for delete flag
      • getProductSetId

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

        public void setProductSetId(java.lang.Integer _productSetId)
        Sets the product set ID.
        Parameters:
        productSetId - The product set ID
      • getStaticflag

        public java.lang.String getStaticflag()
        Gets the static flag.
        Returns:
        staticflag The static flag
      • setStaticflag

        public void setStaticflag(java.lang.String _staticflag)
        Sets the static flag.
        Parameters:
        staticflag - The static flag
      • getPublishTime

        public java.sql.Timestamp getPublishTime()
        Gets the time the product set was published.
        Returns:
        publishTime The time the product set was published
      • setPublishTime

        public void setPublishTime(java.sql.Timestamp _publishTime)
        Sets the product set publish time.
        Parameters:
        publishTime - The product set publish time
      • getName

        public java.lang.String getName()
        Gets the name of the product set.
        Returns:
        name The name of the product set
      • setName

        public void setName(java.lang.String _name)
        Sets the name of the product set.
        Parameters:
        name - The name of the product set
      • reset

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

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