com.ibm.commerce.content.facade.datatypes

Interface ManagedDirectoryType



  • public interface ManagedDirectoryType
    A representation of the model object 'Managed Directory Type'. The type definition of a Managed Directory.

    The following features are supported:

    See Also:
    ContentPackage.getManagedDirectoryType()
    • Method Detail

      • getManagedDirectoryIdentifier

        com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType getManagedDirectoryIdentifier()
        Returns the value of the 'Managed Directory Identifier' containment reference. The unique indentifier of the Managed Directory.
        Returns:
        the value of the 'Managed Directory Identifier' containment reference.
        See Also:
        setManagedDirectoryIdentifier(ManagedDirectoryIdentifierType), ContentPackage.getManagedDirectoryType_ManagedDirectoryIdentifier()
      • setManagedDirectoryIdentifier

        void setManagedDirectoryIdentifier(com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType value)
        Sets the value of the 'Managed Directory Identifier' containment reference.
        Parameters:
        value - the new value of the 'Managed Directory Identifier' containment reference.
        See Also:
        getManagedDirectoryIdentifier()
      • getDisplayName

        java.lang.String getDisplayName()
        Returns the value of the 'Display Name' attribute. The display name of the Managed Directory.
        Returns:
        the value of the 'Display Name' attribute.
        See Also:
        setDisplayName(String), ContentPackage.getManagedDirectoryType_DisplayName()
      • setDisplayName

        void setDisplayName(java.lang.String value)
        Sets the value of the 'Display Name' attribute.
        Parameters:
        value - the new value of the 'Display Name' attribute.
        See Also:
        getDisplayName()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), ContentPackage.getManagedDirectoryType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()