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

Interface CatalogDescription

    • Method Detail

      • getCatalogId

        long getCatalogId()
        Returns the value of the 'Catalog Id' attribute.

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

        Returns:
        the value of the 'Catalog Id' attribute.
        See Also:
        setCatalogId(long), CatalogEntityPackage.getCatalogDescription_CatalogId()
      • setCatalogId

        void setCatalogId(long value)
        Sets the value of the 'Catalog Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Id' attribute.
        See Also:
        getCatalogId()
      • 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.getCatalogDescription_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()
      • 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.getCatalogDescription_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()
      • 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.getCatalogDescription_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.getCatalogDescription_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()
      • getThumbnail

        java.lang.String getThumbnail()
        Returns the value of the 'Thumbnail' attribute.

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

        Returns:
        the value of the 'Thumbnail' attribute.
        See Also:
        setThumbnail(String), CatalogEntityPackage.getCatalogDescription_Thumbnail()
      • setThumbnail

        void setThumbnail(java.lang.String value)
        Sets the value of the 'Thumbnail' attribute.
        Parameters:
        value - the new value of the 'Thumbnail' attribute.
        See Also:
        getThumbnail()
      • getFullimage

        java.lang.String getFullimage()
        Returns the value of the 'Fullimage' attribute.

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

        Returns:
        the value of the 'Fullimage' attribute.
        See Also:
        setFullimage(String), CatalogEntityPackage.getCatalogDescription_Fullimage()
      • setFullimage

        void setFullimage(java.lang.String value)
        Sets the value of the 'Fullimage' attribute.
        Parameters:
        value - the new value of the 'Fullimage' attribute.
        See Also:
        getFullimage()
      • 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.getCatalogDescription_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()
      • getCatalogForCatalogDescription

        Catalog getCatalogForCatalogDescription()
        Returns the value of the 'Catalog For Catalog Description' reference. It is bidirectional and its opposite is 'Catalog Descriptions'.

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

        Returns:
        the value of the 'Catalog For Catalog Description' reference.
        See Also:
        setCatalogForCatalogDescription(Catalog), CatalogEntityPackage.getCatalogDescription_CatalogForCatalogDescription(), Catalog.getCatalogDescriptions()