com.ibm.commerce.content.facade.datatypes

Interface ChangeManagedFileDataAreaType



  • public interface ChangeManagedFileDataAreaType
    A representation of the model object 'Change Managed File Data Area Type'. Type definition of the ChangeManagedFile BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getChangeManagedFileDataAreaType()
    • Method Detail

      • getChange

        ChangeType getChange()
        Returns the value of the 'Change' containment reference. The Change verb.
        Returns:
        the value of the 'Change' containment reference.
        See Also:
        setChange(ChangeType), ContentPackage.getChangeManagedFileDataAreaType_Change()
      • setChange

        void setChange(ChangeType value)
        Sets the value of the 'Change' containment reference.
        Parameters:
        value - the new value of the 'Change' containment reference.
        See Also:
        getChange()
      • 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.getChangeManagedFileDataAreaType_ManagedFile()