|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Identifiable
Identifiable.getId()
public String getNamespaceCode()
TemplateContract
getNamespaceCode
in interface TemplateContract
TemplateContract.getNamespaceCode()
public String getName()
TemplateContract
getName
in interface TemplateContract
TemplateContract.getName()
public String getDescription()
TemplateContract
getDescription
in interface TemplateContract
TemplateContract.getDescription()
public String getKimTypeId()
TemplateContract
getKimTypeId
in interface TemplateContract
TemplateContract.getKimTypeId()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
Inactivatable.isActive()
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Versioned.getVersionNumber()
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
GloballyUnique.getObjectId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |