com.ibm.commerce.content.facade.datatypes

Interface ShowAttachmentDataAreaType



  • public interface ShowAttachmentDataAreaType
    A representation of the model object 'Show Attachment Data Area Type'. Type definition of the ShowAttachment BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getShowAttachmentDataAreaType()
    • Method Detail

      • getShow

        ShowType getShow()
        Returns the value of the 'Show' containment reference. The Show verb.
        Returns:
        the value of the 'Show' containment reference.
        See Also:
        setShow(ShowType), ContentPackage.getShowAttachmentDataAreaType_Show()
      • setShow

        void setShow(ShowType value)
        Sets the value of the 'Show' containment reference.
        Parameters:
        value - the new value of the 'Show' containment reference.
        See Also:
        getShow()
      • getAttachment

        java.util.List getAttachment()
        Returns the value of the 'Attachment' containment reference list. The list contents are of type AttachmentType. The Attachment noun.
        Returns:
        the value of the 'Attachment' containment reference list.
        See Also:
        ContentPackage.getShowAttachmentDataAreaType_Attachment()