public class BusinessUnit extends OrganizationalContainer
BusinessUnitEntity,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BU_ATTR_SUPERVISOR
String constant for the supervisor attribute.
|
ATTR_ACCESS_RIGHT, ATTR_LIFECYCLE_ENABLE, ATTR_URI, DESCRIPTION, NAME| Constructor and Description |
|---|
BusinessUnit()
Default empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
DistinguishedName |
getSupervisor()
Returns the business unit's (location or organizational unit) immediate supervisor.
|
void |
setSupervisor(DistinguishedName supervisor)
Changes the business unit's (location or organizational unit) immediate supervisor.
|
addAttribute, addAttributeValues, getAccessRights, getAttribute, getAttributes, getAuthorizationOwners, getMapAttributeNames, getMappedAttributes, getName, getNameAttribute, getOldMappedAttributes, getProfileName, getRawAttributes, getSortValue, getTenantDN, isLifecycleDefined, removeAttribute, removeAttribute, setAccessRights, setAttribute, setAttributes, setAuthorizationOwners, setProfileName, setTenantDN, toStringclearChange, clearChanges, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, setDistinguishedNamepublic static final java.lang.String BU_ATTR_SUPERVISOR
public DistinguishedName getSupervisor()
public void setSupervisor(DistinguishedName supervisor)
supervisor - DistinguishedName of business unit's new immediate
supervisor, null if no supervisor is to be defined.