com.ibm.itim.dataservices.model.domain

Class BusinessPartnerOrgEntity

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


    public class BusinessPartnerOrgEntity
    extends OrganizationalContainerEntity
    Class that represents a business partner organization in the logical organization chart within the data model. There may be more than one business partner organization in an organization.
    See Also:
    Serialized Form
    • Field Detail

      • SPONSOR

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

      • BusinessPartnerOrgEntity

        public BusinessPartnerOrgEntity(ObjectProfile profile,
                                        BusinessPartnerOrg bpo)
        Constructs an BusinessPartnerOrgEntity with a profile and value object.
        Parameters:
        profile - Profile identifying the type of this business partner organization.
        bpo - BusinessParnterOrg object holding the attributes of the business partner organization.
      • BusinessPartnerOrgEntity

        public BusinessPartnerOrgEntity(BusinessPartnerOrg bpo)
        Constructs a BusinessPartnerOrgEntity with a value object.
        Parameters:
        bpo - BusinessPartnerOrg object holding the attributes of the business partner organization.
      • BusinessPartnerOrgEntity

        public BusinessPartnerOrgEntity(DirectoryObject bpo)
        Constructs a BusinessPartnerOrgEntity, taking a DirectoryObject as the parameter.
        Parameters:
        bpo - DirectoryObject holding the attributes of the business partner organization.