com.ibm.commerce.content.facade.datatypes

Interface GetManagedFileDataAreaType



  • public interface GetManagedFileDataAreaType
    A representation of the model object 'Get Managed File Data Area Type'. Type definition of the GetManagedFile BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getGetManagedFileDataAreaType()
    • Method Detail

      • getGet

        GetType getGet()
        Returns the value of the 'Get' containment reference. The Get verb.
        Returns:
        the value of the 'Get' containment reference.
        See Also:
        setGet(GetType), ContentPackage.getGetManagedFileDataAreaType_Get()
      • setGet

        void setGet(GetType value)
        Sets the value of the 'Get' containment reference.
        Parameters:
        value - the new value of the 'Get' containment reference.
        See Also:
        getGet()
      • 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.getGetManagedFileDataAreaType_ManagedFile()