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

Interface ItemVersion

    • Method Detail

      • getItemVersionId

        long getItemVersionId()
        Returns the value of the 'Item Version Id' attribute.

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

        Returns:
        the value of the 'Item Version Id' attribute.
        See Also:
        setItemVersionId(long), CatalogEntityPackage.getItemVersion_ItemVersionId()
      • setItemVersionId

        void setItemVersionId(long value)
        Sets the value of the 'Item Version Id' attribute.
        Parameters:
        value - the new value of the 'Item Version Id' attribute.
        See Also:
        getItemVersionId()
      • 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.getItemVersion_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()
      • 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.getItemVersion_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()
      • getExpirationDate

        java.util.Date getExpirationDate()
        Returns the value of the 'Expiration Date' attribute.

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

        Returns:
        the value of the 'Expiration Date' attribute.
        See Also:
        setExpirationDate(Date), CatalogEntityPackage.getItemVersion_ExpirationDate()
      • setExpirationDate

        void setExpirationDate(java.util.Date value)
        Sets the value of the 'Expiration Date' attribute.
        Parameters:
        value - the new value of the 'Expiration Date' attribute.
        See Also:
        getExpirationDate()
      • getVersionName

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

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

        Returns:
        the value of the 'Version Name' attribute.
        See Also:
        setVersionName(String), CatalogEntityPackage.getItemVersion_VersionName()
      • setVersionName

        void setVersionName(java.lang.String value)
        Sets the value of the 'Version Name' attribute.
        Parameters:
        value - the new value of the 'Version Name' attribute.
        See Also:
        getVersionName()
      • 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.getItemVersion_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()
      • getBaseItemForItemVersion

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

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

        Returns:
        the value of the 'Base Item For Item Version' reference.
        See Also:
        setBaseItemForItemVersion(BaseItem), CatalogEntityPackage.getItemVersion_BaseItemForItemVersion(), BaseItem.getItemVersionForBaseItem()
      • getVersionSpecifiedForItemVersion

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

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

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