@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, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
getId
toString
@BusinessKey protected String namespaceCode
@BusinessKey protected String name
protected String description
protected boolean active
public TemplateBo()
public String getNamespaceCode()
TemplateContract
getNamespaceCode
in interface TemplateContract
public void setNamespaceCode(String namespaceCode)
public String getName()
TemplateContract
getName
in interface TemplateContract
public String getDescription()
TemplateContract
getDescription
in interface TemplateContract
public void setDescription(String description)
public String getKimTypeId()
TemplateContract
getKimTypeId
in interface TemplateContract
public void setKimTypeId(String kimTypeId)
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.