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

Interface BaseItemDescription

    • Method Detail

      • 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.getBaseItemDescription_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()
      • getLanguageId

        int getLanguageId()
        Returns the value of the 'Language Id' attribute.

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

        Returns:
        the value of the 'Language Id' attribute.
        See Also:
        setLanguageId(int), CatalogEntityPackage.getBaseItemDescription_LanguageId()
      • setLanguageId

        void setLanguageId(int value)
        Sets the value of the 'Language Id' attribute.
        Parameters:
        value - the new value of the 'Language Id' attribute.
        See Also:
        getLanguageId()
      • getShortDescription

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

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

        Returns:
        the value of the 'Short Description' attribute.
        See Also:
        setShortDescription(String), CatalogEntityPackage.getBaseItemDescription_ShortDescription()
      • setShortDescription

        void setShortDescription(java.lang.String value)
        Sets the value of the 'Short Description' attribute.
        Parameters:
        value - the new value of the 'Short Description' attribute.
        See Also:
        getShortDescription()
      • getLongDescription

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

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

        Returns:
        the value of the 'Long Description' attribute.
        See Also:
        setLongDescription(String), CatalogEntityPackage.getBaseItemDescription_LongDescription()
      • setLongDescription

        void setLongDescription(java.lang.String value)
        Sets the value of the 'Long Description' attribute.
        Parameters:
        value - the new value of the 'Long Description' attribute.
        See Also:
        getLongDescription()
      • 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.getBaseItemDescription_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.getBaseItemDescription_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()
      • getBaseItemForBaseItemDescription

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

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

        Returns:
        the value of the 'Base Item For Base Item Description' reference.
        See Also:
        setBaseItemForBaseItemDescription(BaseItem), CatalogEntityPackage.getBaseItemDescription_BaseItemForBaseItemDescription(), BaseItem.getBaseItemDescription()