public final class Responsibility extends AbstractDataTransferObject implements ResponsibilityContract
ResponsibilityContract.
To construct an instance of a Permission, use the Responsibility.Builder class.
ResponsibilityContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
Responsibility.Builder
This builder constructs a Responsibility enforcing the constraints of the
ResponsibilityContract. |
static class |
Responsibility.Cache |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes()
Attributes for a Responsibility.
|
String |
getDescription()
The description of the Responsibility.
|
String |
getId()
The unique identifier for an object.
|
String |
getName()
The name of the Responsibility.
|
String |
getNamespaceCode()
The namespace code that this Responsibility belongs too.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
Template |
getTemplate()
The Template referenced by the Responsibility.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId in interface IdentifiableIdentifiable.getId()public String getNamespaceCode()
ResponsibilityContractgetNamespaceCode in interface ResponsibilityContractResponsibilityContract.getNamespaceCode()public String getName()
ResponsibilityContractgetName in interface ResponsibilityContractResponsibilityContract.getName()public String getDescription()
ResponsibilityContractgetDescription in interface ResponsibilityContractResponsibilityContract.getDescription()public Template getTemplate()
ResponsibilityContractgetTemplate in interface ResponsibilityContractResponsibilityContract.getTemplate()public boolean isActive()
InactivatableisActive in interface InactivatableInactivatable.isActive()public Map<String,String> getAttributes()
ResponsibilityContractgetAttributes in interface ResponsibilityContractResponsibilityContract.getAttributes()public Long getVersionNumber()
VersionedgetVersionNumber in interface VersionedVersioned.getVersionNumber()public String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniqueGloballyUnique.getObjectId()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.