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

Interface ItemSpecified

    • Method Detail

      • getItemSpecifiedId

        long getItemSpecifiedId()
        Returns the value of the 'Item Specified Id' attribute.

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

        Returns:
        the value of the 'Item Specified Id' attribute.
        See Also:
        setItemSpecifiedId(long), CatalogEntityPackage.getItemSpecified_ItemSpecifiedId()
      • setItemSpecifiedId

        void setItemSpecifiedId(long value)
        Sets the value of the 'Item Specified Id' attribute.
        Parameters:
        value - the new value of the 'Item Specified Id' attribute.
        See Also:
        getItemSpecifiedId()
      • 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.getItemSpecified_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()
      • 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.getItemSpecified_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()
      • 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.getItemSpecified_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()
      • getBaseItemId

        long getBaseItemId()
        Returns the value of the 'Base Item Id' attribute.

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

        Returns:
        the value of the 'Base Item Id' attribute.
        See Also:
        setBaseItemId(long), CatalogEntityPackage.getItemSpecified_BaseItemId()
      • setBaseItemId

        void setBaseItemId(long value)
        Sets the value of the 'Base Item Id' attribute.
        Parameters:
        value - the new value of the 'Base Item Id' attribute.
        See Also:
        getBaseItemId()
      • getDiscontinued

        java.lang.String getDiscontinued()
        Returns the value of the 'Discontinued' attribute.

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

        Returns:
        the value of the 'Discontinued' attribute.
        See Also:
        setDiscontinued(String), CatalogEntityPackage.getItemSpecified_Discontinued()
      • setDiscontinued

        void setDiscontinued(java.lang.String value)
        Sets the value of the 'Discontinued' attribute.
        Parameters:
        value - the new value of the 'Discontinued' attribute.
        See Also:
        getDiscontinued()
      • getPartNumber

        java.lang.String getPartNumber()
        Returns the value of the 'Part Number' attribute.

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

        Returns:
        the value of the 'Part Number' attribute.
        See Also:
        setPartNumber(String), CatalogEntityPackage.getItemSpecified_PartNumber()
      • setPartNumber

        void setPartNumber(java.lang.String value)
        Sets the value of the 'Part Number' attribute.
        Parameters:
        value - the new value of the 'Part Number' attribute.
        See Also:
        getPartNumber()
      • 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.getItemSpecified_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()
      • getCatalogEntryForItemSpecified

        java.util.List getCatalogEntryForItemSpecified()
        Returns the value of the 'Catalog Entry For Item Specified' reference list. The list contents are of type CatalogEntry. It is bidirectional and its opposite is 'Item Specified'.

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

        Returns:
        the value of the 'Catalog Entry For Item Specified' reference list.
        See Also:
        CatalogEntityPackage.getItemSpecified_CatalogEntryForItemSpecified(), CatalogEntry.getItemSpecified()
      • getBaseItemForItemSpecified

        BaseItem getBaseItemForItemSpecified()
        Returns the value of the 'Base Item For Item Specified' reference. It is bidirectional and its opposite is 'Item Specified For Base Item'.

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

        Returns:
        the value of the 'Base Item For Item Specified' reference.
        See Also:
        setBaseItemForItemSpecified(BaseItem), CatalogEntityPackage.getItemSpecified_BaseItemForItemSpecified(), BaseItem.getItemSpecifiedForBaseItem()
      • getVersionSpecifiedForItemSpecified

        java.util.List getVersionSpecifiedForItemSpecified()
        Returns the value of the 'Version Specified For Item Specified' reference list. The list contents are of type VersionSpecified. It is bidirectional and its opposite is 'Item Specified For Version Specified'.

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

        Returns:
        the value of the 'Version Specified For Item Specified' reference list.
        See Also:
        CatalogEntityPackage.getItemSpecified_VersionSpecifiedForItemSpecified(), VersionSpecified.getItemSpecifiedForVersionSpecified()