com.ibm.commerce.content.facade.datatypes

Interface ChangeManagedDirectoryDataAreaType



  • public interface ChangeManagedDirectoryDataAreaType
    A representation of the model object 'Change Managed Directory Data Area Type'. Type definition of the ChangeManagedDirectory BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getChangeManagedDirectoryDataAreaType()
    • 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.getChangeManagedDirectoryDataAreaType_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()
      • 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.getChangeManagedDirectoryDataAreaType_ManagedDirectory()