|
||||||||||
| 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.common.template.Template
public final class Template
An immutable representation of a TemplateContract.
To construct an instance of a Template, use the Template.Builder class.
| Nested Class Summary | |
|---|---|
static class |
Template.Builder
This builder constructs a Template enforcing the constraints of the TemplateContract. |
static class |
Template.Cache
|
| Method Summary | |
|---|---|
String |
getDescription()
The description of the KIM Permission Template. |
String |
getId()
The unique identifier for an object. |
String |
getKimTypeId()
The KIM Type ID referenced by the KIM Permission Template. |
String |
getName()
The name of the KIM Permission Template. |
String |
getNamespaceCode()
The namespace code that this KIM Permission Template belongs too. |
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. |
| 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()
TemplateContract
getNamespaceCode in interface TemplateContractTemplateContract.getNamespaceCode()public String getName()
TemplateContract
getName in interface TemplateContractTemplateContract.getName()public String getDescription()
TemplateContract
getDescription in interface TemplateContractTemplateContract.getDescription()public String getKimTypeId()
TemplateContract
getKimTypeId in interface TemplateContractTemplateContract.getKimTypeId()public boolean isActive()
Inactivatable
isActive in interface InactivatableInactivatable.isActive()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 | |||||||||