com.ibm.commerce.content.facade.datatypes

Interface ShowManagedDirectoryDataAreaType



  • public interface ShowManagedDirectoryDataAreaType
    A representation of the model object 'Show Managed Directory Data Area Type'. Type definition of the ShowManagedDirectory BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getShowManagedDirectoryDataAreaType()
    • 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.getShowManagedDirectoryDataAreaType_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()
      • getManagedDirectory

        java.util.List getManagedDirectory()
        Returns the value of the 'Managed Directory' containment reference list. The list contents are of type ManagedDirectoryType. The ManagedDirectory noun.
        Returns:
        the value of the 'Managed Directory' containment reference list.
        See Also:
        ContentPackage.getShowManagedDirectoryDataAreaType_ManagedDirectory()