Constructs object with attribute information. Warning:
the purpose of this constructor is to provide clients with the ability
to create value objects for creation in the data store. Do not use this
constructor to create value objects that represent existing entities.
See the BusinessUnitSearch object for achieving that.
Parameters:
attributes - AttributeValues holding the attributes of the
organizational unit.
OrganizationalUnit
public OrganizationalUnit(java.lang.String profileName,
AttributeValues attributes)
Deprecated.Use OrganizationalUnit(AttributeValues) instead. Since 4.6
Constructs object with profile and attribute information. Warning:
the purpose of this constructor is to provide clients with the ability
to create value objects for creation in the data store. Do not use this
constructor to create value objects that represent existing entities.
See the BusinessUnitSearch object for achieving that.
Parameters:
profileName - Name of the profile identifying the type of this
organizational unit.
attributes - AttributeValues holding the attributes of the
organizational unit.