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() |
String |
getName()
The name of the Responsibility.
|
String |
getNamespaceCode()
The namespace code that this Responsibility belongs too.
|
String |
getObjectId() |
Template |
getTemplate()
The Template referenced by the Responsibility.
|
Long |
getVersionNumber() |
boolean |
isActive() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId 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()
isActive in interface InactivatableInactivatable.isActive()public Map<String,String> getAttributes()
ResponsibilityContractgetAttributes in interface ResponsibilityContractResponsibilityContract.getAttributes()public Long getVersionNumber()
getVersionNumber in interface VersionedVersioned.getVersionNumber()public String getObjectId()
getObjectId in interface GloballyUniqueGloballyUnique.getObjectId()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.