public final class Template extends AbstractDataTransferObject implements TemplateContract
TemplateContract.
To construct an instance of a Template, use the Template.Builder class.
| Modifier and Type | Class and Description |
|---|---|
static class |
Template.Builder
This builder constructs a Template enforcing the constraints of the
TemplateContract. |
static class |
Template.Cache |
| Modifier and Type | Method and Description |
|---|---|
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId in interface IdentifiableIdentifiable.getId()public String getNamespaceCode()
TemplateContractgetNamespaceCode in interface TemplateContractTemplateContract.getNamespaceCode()public String getName()
TemplateContractgetName in interface TemplateContractTemplateContract.getName()public String getDescription()
TemplateContractgetDescription in interface TemplateContractTemplateContract.getDescription()public String getKimTypeId()
TemplateContractgetKimTypeId in interface TemplateContractTemplateContract.getKimTypeId()public boolean isActive()
InactivatableisActive in interface InactivatableInactivatable.isActive()public Long getVersionNumber()
VersionedgetVersionNumber in interface VersionedVersioned.getVersionNumber()public String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniqueGloballyUnique.getObjectId()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.