public class Location extends BusinessUnit
BusinessUnitEntity,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BU_ATTR_LOCATION_NAME
Constant for the naming attribute name.
|
BU_ATTR_SUPERVISORATTR_ACCESS_RIGHT, ATTR_LIFECYCLE_ENABLE, ATTR_URI, DESCRIPTION, NAME| Constructor and Description |
|---|
Location()
Default empty constructor
|
Location(AttributeValues attributes)
Constructs object with attribute information.
|
Location(java.lang.String profileName,
AttributeValues attributes)
Deprecated.
Use Location(AttributeValues) instead. Since 4.6
|
getSupervisor, setSupervisoraddAttribute, 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 java.lang.String BU_ATTR_LOCATION_NAME
public Location()
public Location(AttributeValues attributes)
attributes - AttributeValues holding the attributes of the location.public Location(java.lang.String profileName,
AttributeValues attributes)
profileName - Name of the profile identifying the type of this
location.attributes - AttributeValues holding the attributes of the location.