public final class Responsibility extends AbstractDataTransferObject implements ResponsibilityContract
ResponsibilityContract
.
To construct an instance of a Permission, use the Responsibility.Builder
class.
ResponsibilityContract
,
Serialized FormModifier 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, toString
public String getId()
Identifiable
getId
in interface Identifiable
Identifiable.getId()
public String getNamespaceCode()
ResponsibilityContract
getNamespaceCode
in interface ResponsibilityContract
ResponsibilityContract.getNamespaceCode()
public String getName()
ResponsibilityContract
getName
in interface ResponsibilityContract
ResponsibilityContract.getName()
public String getDescription()
ResponsibilityContract
getDescription
in interface ResponsibilityContract
ResponsibilityContract.getDescription()
public Template getTemplate()
ResponsibilityContract
getTemplate
in interface ResponsibilityContract
ResponsibilityContract.getTemplate()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
Inactivatable.isActive()
public Map<String,String> getAttributes()
ResponsibilityContract
getAttributes
in interface ResponsibilityContract
ResponsibilityContract.getAttributes()
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Versioned.getVersionNumber()
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
GloballyUnique.getObjectId()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.