@MappedSuperclass public abstract class TemplateBo extends PersistableBusinessObjectBase implements TemplateContract
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
description |
protected String |
kimTypeId |
protected String |
name |
protected String |
namespaceCode |
extension, newCollectionRecord, objectId, versionNumber| Constructor and Description |
|---|
TemplateBo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the KIM Permission Template.
|
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.
|
boolean |
isActive()
The active indicator for an object.
|
void |
setActive(boolean active) |
void |
setDescription(String description) |
void |
setKimTypeId(String kimTypeId) |
void |
setName(String name) |
void |
setNamespaceCode(String namespaceCode) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdgetIdtoString@BusinessKey protected String namespaceCode
@BusinessKey protected String name
protected String description
protected boolean active
public TemplateBo()
public String getNamespaceCode()
TemplateContractgetNamespaceCode in interface TemplateContractpublic void setNamespaceCode(String namespaceCode)
public String getName()
TemplateContractgetName in interface TemplateContractpublic String getDescription()
TemplateContractgetDescription in interface TemplateContractpublic void setDescription(String description)
public String getKimTypeId()
TemplateContractgetKimTypeId in interface TemplateContractpublic void setKimTypeId(String kimTypeId)
public boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.