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

Interface InterestItemList

    • Method Detail

      • getInterestItemListId

        long getInterestItemListId()
        Returns the value of the 'Interest Item List Id' attribute.

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

        Returns:
        the value of the 'Interest Item List Id' attribute.
        See Also:
        setInterestItemListId(long), CatalogEntityPackage.getInterestItemList_InterestItemListId()
      • setInterestItemListId

        void setInterestItemListId(long value)
        Sets the value of the 'Interest Item List Id' attribute.
        Parameters:
        value - the new value of the 'Interest Item List Id' attribute.
        See Also:
        getInterestItemListId()
      • 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.getInterestItemList_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()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute.

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

        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), CatalogEntityPackage.getInterestItemList_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getSeq

        double getSeq()
        Returns the value of the 'Seq' attribute.

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

        Returns:
        the value of the 'Seq' attribute.
        See Also:
        setSeq(double), CatalogEntityPackage.getInterestItemList_Seq()
      • setSeq

        void setSeq(double value)
        Sets the value of the 'Seq' attribute.
        Parameters:
        value - the new value of the 'Seq' attribute.
        See Also:
        getSeq()
      • getLastupdate

        java.util.Date getLastupdate()
        Returns the value of the 'Lastupdate' attribute.

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

        Returns:
        the value of the 'Lastupdate' attribute.
        See Also:
        setLastupdate(Date), CatalogEntityPackage.getInterestItemList_Lastupdate()
      • setLastupdate

        void setLastupdate(java.util.Date value)
        Sets the value of the 'Lastupdate' attribute.
        Parameters:
        value - the new value of the 'Lastupdate' attribute.
        See Also:
        getLastupdate()
      • 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.getInterestItemList_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()
      • getInterestItemForInterestItemList

        java.util.List getInterestItemForInterestItemList()
        Returns the value of the 'Interest Item For Interest Item List' reference list. The list contents are of type InterestItem. It is bidirectional and its opposite is 'Interest Item List'.

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

        Returns:
        the value of the 'Interest Item For Interest Item List' reference list.
        See Also:
        CatalogEntityPackage.getInterestItemList_InterestItemForInterestItemList(), InterestItem.getInterestItemList()