com.ibm.commerce.catalog.facade.server.entity.datatypes

Interface ProductSet

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

        If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CatalogEntityPackage.getProductSet_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getProductSetId

        int getProductSetId()
        Returns the value of the 'Product Set Id' attribute.

        If the meaning of the 'Product Set Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Product Set Id' attribute.
        See Also:
        setProductSetId(int), CatalogEntityPackage.getProductSet_ProductSetId()
      • setProductSetId

        void setProductSetId(int value)
        Sets the value of the 'Product Set Id' attribute.
        Parameters:
        value - the new value of the 'Product Set Id' attribute.
        See Also:
        getProductSetId()
      • getMemberId

        long getMemberId()
        Returns the value of the 'Member Id' attribute.

        If the meaning of the 'Member Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Member Id' attribute.
        See Also:
        setMemberId(long), CatalogEntityPackage.getProductSet_MemberId()
      • setMemberId

        void setMemberId(long value)
        Sets the value of the 'Member Id' attribute.
        Parameters:
        value - the new value of the 'Member Id' attribute.
        See Also:
        getMemberId()
      • getXmlDefinition

        java.lang.String getXmlDefinition()
        Returns the value of the 'Xml Definition' attribute.

        If the meaning of the 'Xml Definition' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Xml Definition' attribute.
        See Also:
        setXmlDefinition(String), CatalogEntityPackage.getProductSet_XmlDefinition()
      • setXmlDefinition

        void setXmlDefinition(java.lang.String value)
        Sets the value of the 'Xml Definition' attribute.
        Parameters:
        value - the new value of the 'Xml Definition' attribute.
        See Also:
        getXmlDefinition()
      • getPublishTime

        java.util.Date getPublishTime()
        Returns the value of the 'Publish Time' attribute.

        If the meaning of the 'Publish Time' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Publish Time' attribute.
        See Also:
        setPublishTime(Date), CatalogEntityPackage.getProductSet_PublishTime()
      • setPublishTime

        void setPublishTime(java.util.Date value)
        Sets the value of the 'Publish Time' attribute.
        Parameters:
        value - the new value of the 'Publish Time' attribute.
        See Also:
        getPublishTime()
      • getMarkForDelete

        int getMarkForDelete()
        Returns the value of the 'Mark For Delete' attribute.

        If the meaning of the 'Mark For Delete' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Mark For Delete' attribute.
        See Also:
        setMarkForDelete(int), CatalogEntityPackage.getProductSet_MarkForDelete()
      • setMarkForDelete

        void setMarkForDelete(int value)
        Sets the value of the 'Mark For Delete' attribute.
        Parameters:
        value - the new value of the 'Mark For Delete' attribute.
        See Also:
        getMarkForDelete()
      • getStatic

        java.lang.String getStatic()
        Returns the value of the 'Static' attribute.

        If the meaning of the 'Static' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Static' attribute.
        See Also:
        setStatic(String), CatalogEntityPackage.getProductSet_Static()
      • setStatic

        void setStatic(java.lang.String value)
        Sets the value of the 'Static' attribute.
        Parameters:
        value - the new value of the 'Static' attribute.
        See Also:
        getStatic()
      • getOptCounter

        java.lang.Short getOptCounter()
        Returns the value of the 'Opt Counter' attribute.

        If the meaning of the 'Opt Counter' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Opt Counter' attribute.
        See Also:
        setOptCounter(Short), CatalogEntityPackage.getProductSet_OptCounter()
      • setOptCounter

        void setOptCounter(java.lang.Short value)
        Sets the value of the 'Opt Counter' attribute.
        Parameters:
        value - the new value of the 'Opt Counter' attribute.
        See Also:
        getOptCounter()
      • getCatalogGroupRelationForProductSet

        java.util.List getCatalogGroupRelationForProductSet()
        Returns the value of the 'Catalog Group Relation For Product Set' reference list. The list contents are of type CatalogGroupProductSetRelation. It is bidirectional and its opposite is 'Product Set Catalog Group Relation'.

        If the meaning of the 'Catalog Group Relation For Product Set' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Catalog Group Relation For Product Set' reference list.
        See Also:
        CatalogEntityPackage.getProductSet_CatalogGroupRelationForProductSet(), CatalogGroupProductSetRelation.getProductSetCatalogGroupRelation()
      • getCfproductsetForProductset

        java.util.List getCfproductsetForProductset()
        Returns the value of the 'Cfproductset For Productset' reference list. The list contents are of type Cfproductset. It is bidirectional and its opposite is 'Productset For Cfproductset'.

        If the meaning of the 'Cfproductset For Productset' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Cfproductset For Productset' reference list.
        See Also:
        CatalogEntityPackage.getProductSet_CfproductsetForProductset(), Cfproductset.getProductsetForCfproductset()
      • getProductSetCatalogEntryForProductSet

        java.util.List getProductSetCatalogEntryForProductSet()
        Returns the value of the 'Product Set Catalog Entry For Product Set' reference list. The list contents are of type ProductSetCatalogEntryRelation. It is bidirectional and its opposite is 'Product Set For Product Set Catalog Entry'.

        If the meaning of the 'Product Set Catalog Entry For Product Set' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Product Set Catalog Entry For Product Set' reference list.
        See Also:
        CatalogEntityPackage.getProductSet_ProductSetCatalogEntryForProductSet(), ProductSetCatalogEntryRelation.getProductSetForProductSetCatalogEntry()