com.ibm.commerce.content.facade.datatypes

Interface AttachmentType

    • Method Detail

      • getAttachmentIdentifier

        AttachmentIdentifierType getAttachmentIdentifier()
        Returns the value of the 'Attachment Identifier' containment reference. Identifier for the Attachment.
        Returns:
        the value of the 'Attachment Identifier' containment reference.
        See Also:
        setAttachmentIdentifier(AttachmentIdentifierType), ContentPackage.getAttachmentType_AttachmentIdentifier()
      • getAttachmentAsset

        java.util.List getAttachmentAsset()
        Returns the value of the 'Attachment Asset' containment reference list. The list contents are of type AttachmentAssetType. The Attachment Asset that belongs to that Attachment.
        Returns:
        the value of the 'Attachment Asset' containment reference list.
        See Also:
        ContentPackage.getAttachmentType_AttachmentAsset()
      • getAttachmentDescription

        java.util.List getAttachmentDescription()
        Returns the value of the 'Attachment Description' containment reference list. The list contents are of type AttachmentDescriptionType. Description for the Attachment.
        Returns:
        the value of the 'Attachment Description' containment reference list.
        See Also:
        ContentPackage.getAttachmentType_AttachmentDescription()
      • 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), ContentPackage.getAttachmentType_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()