public final class Role extends AbstractDataTransferObject implements RoleContract
Modifier and Type | Class and Description |
---|---|
static class |
Role.Builder |
static class |
Role.Cache |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Verbose description of the role and functionally what permissions it implies.
|
String |
getId()
Unique identifier for this role.
|
String |
getKimTypeId()
Type identifier for this role.
|
String |
getName()
Name for this role.
|
String |
getNamespaceCode()
Namespace for this role - identifies the system/module to which this role applies
|
String |
getObjectId()
Return the globally unique object id of this object.
|
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()
getId
in interface Identifiable
public String getNamespaceCode()
getNamespaceCode
in interface RoleContract
public String getName()
getName
in interface RoleContract
public String getDescription()
getDescription
in interface RoleContract
public String getKimTypeId()
getKimTypeId
in interface RoleContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.