com.ibm.commerce.foundation.common.datatypes

Interface AttachmentDescriptionType



  • public interface AttachmentDescriptionType
    A representation of the model object 'Attachment Description Type'. The type definition for description of an attachment.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getAttachmentDescriptionType()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. Name of the attachment reference.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getAttachmentDescriptionType_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. A short description for the attachment.
        Returns:
        the value of the 'Short Description' attribute.
        See Also:
        setShortDescription(String), CommerceFoundationPackage.getAttachmentDescriptionType_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 attachment.
        Returns:
        the value of the 'Long Description' attribute.
        See Also:
        setLongDescription(String), CommerceFoundationPackage.getAttachmentDescriptionType_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. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), CommerceFoundationPackage.getAttachmentDescriptionType_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), CommerceFoundationPackage.getAttachmentDescriptionType_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()