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, toString
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()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.