com.ibm.itim.dataservices.model.domain

Class AdminDomainEntity

  • All Implemented Interfaces:
    com.ibm.itim.util.Sortable, java.io.Serializable


    public class AdminDomainEntity
    extends OrganizationalContainerEntity
    Class that represents a admin domain in the logical organization chart within the data model.
    See Also:
    Serialized Form
    • Field Detail

      • ADMINISTRATOR

        public static final java.lang.String ADMINISTRATOR
        Constant (String) for the organization relationship name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AdminDomainEntity

        public AdminDomainEntity(ObjectProfile profile,
                                 AdminDomain domain)
        Constructs an AdminDomainEntity with a profile and value object.
        Parameters:
        profile - Profile identifying the type of this admin domain.
        domain - AdminDomain object holding the attributes of the admin domain.
      • AdminDomainEntity

        public AdminDomainEntity(AdminDomain domain)
        Constructs an AdminDomainEntity with a value object.
        Parameters:
        domain - AdminDomain object holding the attributes of the admin domain.
      • AdminDomainEntity

        public AdminDomainEntity(DirectoryObject domain)
        Constructs an AdminDomainEntity, taking a DirectoryObject as parameter.
        Parameters:
        domain - DirectoryObject object holding the attributes of the admin domain.