com.ibm.commerce.content.facade.datatypes

Interface ShowManagedFileDataAreaType



  • public interface ShowManagedFileDataAreaType
    A representation of the model object 'Show Managed File Data Area Type'. Type definition of the ShowManagedFile BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getShowManagedFileDataAreaType()
    • 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.getShowManagedFileDataAreaType_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()
      • getManagedFile

        java.util.List getManagedFile()
        Returns the value of the 'Managed File' containment reference list. The list contents are of type ManagedFileType. The ManagedFile noun.
        Returns:
        the value of the 'Managed File' containment reference list.
        See Also:
        ContentPackage.getShowManagedFileDataAreaType_ManagedFile()