| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kim.bo.role.dto.KimPermissionTemplateInfo
public class KimPermissionTemplateInfo
This is a description of what this class does - kellerj don't forget to fill this in.
| Field Summary | |
|---|---|
| protected  boolean | active | 
| protected  String | description | 
| protected  String | kimTypeId | 
| protected  String | name | 
| protected  String | namespaceCode | 
| protected  String | permissionTemplateId | 
| Constructor Summary | |
|---|---|
| KimPermissionTemplateInfo() | |
| Method Summary | |
|---|---|
|  String | getDescription()Verbose description of the Permission and functionally what permissions it implies. | 
|  String | getKimTypeId()Type identifier for this role. | 
|  String | getName() | 
|  String | getNamespaceCode() | 
|  String | getPermissionTemplateId() | 
|  boolean | isActive()Indicates whether the record is active or inactive. | 
|  void | setActive(boolean active)Sets the record to active or inactive. | 
|  void | setDescription(String description) | 
|  void | setKimTypeId(String kimTypeId) | 
|  void | setName(String name) | 
|  void | setNamespaceCode(String namespaceCode) | 
|  void | setPermissionTemplateId(String permissionTemplateId) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected String permissionTemplateId
protected String namespaceCode
protected String name
protected String description
protected String kimTypeId
protected boolean active
| Constructor Detail | 
|---|
public KimPermissionTemplateInfo()
| Method Detail | 
|---|
public String getPermissionTemplateId()
getPermissionTemplateId in interface KimPermissionTemplatepublic void setPermissionTemplateId(String permissionTemplateId)
public String getNamespaceCode()
getNamespaceCode in interface KimPermissionTemplatepublic void setNamespaceCode(String namespaceCode)
public String getName()
getName in interface KimPermissionTemplatepublic void setName(String name)
public String getDescription()
KimPermissionTemplate
getDescription in interface KimPermissionTemplatepublic void setDescription(String description)
public String getKimTypeId()
KimPermissionTemplate
getKimTypeId in interface KimPermissionTemplatepublic void setKimTypeId(String kimTypeId)
public boolean isActive()
Inactivateable
isActive in interface Inactivateablepublic void setActive(boolean active)
Inactivateable
setActive in interface Inactivateable| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||