org.kuali.rice.kim.impl.common.template
Class TemplateBo
java.lang.Object
   org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.BusinessObjectBase
       org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
           org.kuali.rice.kim.impl.common.template.TemplateBo
org.kuali.rice.kim.impl.common.template.TemplateBo
- All Implemented Interfaces: 
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, GloballyUnique, Identifiable, Versioned, ModelObjectBasic, TemplateContract, BusinessObject, PersistableBusinessObject
- Direct Known Subclasses: 
- PermissionTemplateBo
- public abstract class TemplateBo 
- extends PersistableBusinessObjectBase- implements TemplateContract
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase | 
| afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber | 
 
 
 
 
 
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable | 
| getId | 
 
 
TemplateBo
public TemplateBo()
getNamespaceCode
public String getNamespaceCode()
- Description copied from interface: TemplateContract
- The namespace code that this KIM Permission Template belongs too.
 
- 
- Specified by:
- getNamespaceCodein interface- TemplateContract
 
- 
- Returns:
- namespaceCode
 
setNamespaceCode
public void setNamespaceCode(String namespaceCode)
- 
 
- 
 
getName
public String getName()
- Description copied from interface: TemplateContract
- The name of the KIM Permission Template.
 
- 
- Specified by:
- getNamein interface- TemplateContract
 
- 
- Returns:
- name
 
setName
public void setName(String name)
- 
 
- 
 
getDescription
public String getDescription()
- Description copied from interface: TemplateContract
- The description of the KIM Permission Template.
 
- 
- Specified by:
- getDescriptionin interface- TemplateContract
 
- 
- Returns:
- description
 
setDescription
public void setDescription(String description)
- 
 
- 
 
getKimTypeId
public String getKimTypeId()
- Description copied from interface: TemplateContract
- The KIM Type ID referenced by the KIM Permission Template.
 
- 
- Specified by:
- getKimTypeIdin interface- TemplateContract
 
- 
- Returns:
- typeId
 
setKimTypeId
public void setKimTypeId(String kimTypeId)
- 
 
- 
 
isActive
public boolean isActive()
- Description copied from interface: Inactivatable
- The active indicator for an object.
 
- 
- Specified by:
- isActivein interface- Inactivatable
 
- 
- Returns:
- true if active false if not.
 
setActive
public void setActive(boolean active)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.