com.ibm.itim.dataservices.model.domain

Class BusinessPartnerEntity

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


    public class BusinessPartnerEntity
    extends PersonEntity
    Represents a business partner in the data model.
    See Also:
    PersonEntity, Serialized Form
    • Constructor Detail

      • BusinessPartnerEntity

        public BusinessPartnerEntity(ObjectProfile profile,
                                     Person person)
        Constructs a BusinessPartnerEntity with a profile and value object.
        Parameters:
        profile - Profile identifying the type of this business partner.
        person - Person object holding the attributes of the business partner.
      • BusinessPartnerEntity

        public BusinessPartnerEntity(Person person)
        Constructs a BusinessPartnerEntity with a value object.
        Parameters:
        person - Person object holding the attributes of the business partner. Note: the object must have the name of the profile identifying the type of this business partner (i.e., Supplier, Manufacturer, etc.)
      • BusinessPartnerEntity

        public BusinessPartnerEntity(DirectoryObject person)
        Constructs a BusinessPartnerEntity with a DirectoryObject.
        Parameters:
        person - DirectoryObject holding the attributes of the business partner. Note: the object must have the name of the profile identifying the type of this business partner (i.e., Supplier, Manufacturer, etc.)