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() |
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() |
Long |
getVersionNumber() |
boolean |
isActive() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId 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()
isActive in interface InactivatableInactivatable.isActive()public Long getVersionNumber()
getVersionNumber in interface VersionedVersioned.getVersionNumber()public String getObjectId()
getObjectId in interface GloballyUniqueGloballyUnique.getObjectId()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.