com.ibm.commerce.catalog.facade.datatypes

Interface CatalogDescriptionType

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. Name of catalog entity
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CatalogPackage.getCatalogDescriptionType_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()
      • getThumbnail

        java.lang.String getThumbnail()
        Returns the value of the 'Thumbnail' attribute. Thumbnail image of the catalog entity
        Returns:
        the value of the 'Thumbnail' attribute.
        See Also:
        setThumbnail(String), CatalogPackage.getCatalogDescriptionType_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 'Full Image' attribute. Full image of the catalog entity
        Returns:
        the value of the 'Full Image' attribute.
        See Also:
        setFullImage(String), CatalogPackage.getCatalogDescriptionType_FullImage()
      • setFullImage

        void setFullImage(java.lang.String value)
        Sets the value of the 'Full Image' attribute.
        Parameters:
        value - the new value of the 'Full Image' attribute.
        See Also:
        getFullImage()
      • getShortDescription

        java.lang.String getShortDescription()
        Returns the value of the 'Short Description' attribute. A short description for the catalog entity
        Returns:
        the value of the 'Short Description' attribute.
        See Also:
        setShortDescription(String), CatalogPackage.getCatalogDescriptionType_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. A long description for the catalog entity
        Returns:
        the value of the 'Long Description' attribute.
        See Also:
        setLongDescription(String), CatalogPackage.getCatalogDescriptionType_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()
      • getKeyword

        java.lang.String getKeyword()
        Returns the value of the 'Keyword' attribute. Search keywords for the catalog entity
        Returns:
        the value of the 'Keyword' attribute.
        See Also:
        setKeyword(String), CatalogPackage.getCatalogDescriptionType_Keyword()
      • setKeyword

        void setKeyword(java.lang.String value)
        Sets the value of the 'Keyword' attribute.
        Parameters:
        value - the new value of the 'Keyword' attribute.
        See Also:
        getKeyword()
      • getOverride

        java.util.List getOverride()
        Returns the value of the 'Override' containment reference list. The list contents are of type CatalogDescriptionOverrideType. The description override for the catalog entity
        Returns:
        the value of the 'Override' containment reference list.
        See Also:
        CatalogPackage.getCatalogDescriptionType_Override()
      • getBreadcrumb

        java.util.List getBreadcrumb()
        Returns the value of the 'Breadcrumb' attribute list. The list contents are of type String. The breadcrumb. For example Apparel/Women/Pants
        Returns:
        the value of the 'Breadcrumb' attribute list.
        See Also:
        CatalogPackage.getCatalogDescriptionType_Breadcrumb()
      • getAttributes

        java.util.Map getAttributes()
        Returns the value of the 'Attributes' map. The key is of type String, and the value is of type String, Simple name value pairs for additional attributes. Can also be used for customer extension.
        Returns:
        the value of the 'Attributes' map.
        See Also:
        CatalogPackage.getCatalogDescriptionType_Attributes()
      • getLanguage

        java.lang.String getLanguage()
        Returns the value of the 'Language' attribute.

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

        Returns:
        the value of the 'Language' attribute.
        See Also:
        setLanguage(String), CatalogPackage.getCatalogDescriptionType_Language()
      • setLanguage

        void setLanguage(java.lang.String value)
        Sets the value of the 'Language' attribute.
        Parameters:
        value - the new value of the 'Language' attribute.
        See Also:
        getLanguage()