com.ibm.commerce.promotion.facade.datatypes

Interface DescriptionType



  • public interface DescriptionType
    A representation of the model object 'Description Type'. The language specific description type for promotion component.

    The following features are supported:

    See Also:
    PromotionPackage.getDescriptionType()
    • Method Detail

      • getShortDescription

        java.lang.String getShortDescription()
        Returns the value of the 'Short Description' attribute. Short description.
        Returns:
        the value of the 'Short Description' attribute.
        See Also:
        setShortDescription(String), PromotionPackage.getDescriptionType_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. Long description.
        Returns:
        the value of the 'Long Description' attribute.
        See Also:
        setLongDescription(String), PromotionPackage.getDescriptionType_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()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), PromotionPackage.getDescriptionType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()
      • 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), PromotionPackage.getDescriptionType_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()