| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.permission.Permission
public final class Permission
An immutable representation of a PermissionContract.
 
To construct an instance of a Permission, use the Permission.Builder class.
PermissionContract, 
Serialized Form| Nested Class Summary | |
|---|---|
| static class | Permission.BuilderThis builder constructs a Permission enforcing the constraints of the PermissionContract. | 
| static class | Permission.Cache | 
| Method Summary | |
|---|---|
|  Map<String,String> | getAttributes()Attributes for a Permission. | 
|  String | getDescription()The description of the Permission. | 
|  String | getId()The unique identifier for an object. | 
|  String | getName()The name of the Permission. | 
|  String | getNamespaceCode()The namespace code that this Permission belongs too. | 
|  String | getObjectId()Return the globally unique object id of this object. | 
|  Template | getTemplate()The Template referenced by the Permission. | 
|  Long | getVersionNumber()Returns the version number for this object. | 
|  boolean | isActive()The active indicator for an object. | 
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject | 
|---|
| afterUnmarshal, beforeUnmarshal, equals, hashCode, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public String getId()
Identifiable
getId in interface IdentifiableIdentifiable.getId()public String getNamespaceCode()
PermissionContract
getNamespaceCode in interface PermissionContractPermissionContract.getNamespaceCode()public String getName()
PermissionContract
getName in interface PermissionContractPermissionContract.getName()public String getDescription()
PermissionContract
getDescription in interface PermissionContractPermissionContract.getDescription()public Template getTemplate()
PermissionContract
getTemplate in interface PermissionContractPermissionContract.getTemplate()public boolean isActive()
Inactivatable
isActive in interface InactivatableInactivatable.isActive()public Map<String,String> getAttributes()
PermissionContract
getAttributes in interface PermissionContractPermissionContract.getAttributes()public Long getVersionNumber()
Versioned
getVersionNumber in interface VersionedVersioned.getVersionNumber()public String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniqueGloballyUnique.getObjectId()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||