com.ibm.itim.dataservices.model.domain

Class OrganizationEntity

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


    public class OrganizationEntity
    extends OrganizationalContainerEntity
    Class that represents an organization in the logical organization chart within the data model. The organization is the root of an organization chart, but there may be more than one organization chart within a single system, or tenant, within the data model.
    See Also:
    Serialized Form
    • Constructor Detail

      • OrganizationEntity

        public OrganizationEntity(Organization org)
        Constructs with the given value object.
        Parameters:
        org - Organizational value object.
      • OrganizationEntity

        public OrganizationEntity(DirectoryObject org)
        Constructs an OrganizationEntity with the DirectoryObject.
        Parameters:
        org - DirectoryObject containing the attributes of Organization.
      • OrganizationEntity

        public OrganizationEntity(ObjectProfile profile,
                                  Organization org)
        Constructs with the given value object and object profile.
        Parameters:
        profile - ObjectProfile identifying the type of organization.
        org - Organization value object.