|
||||||||||
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 KimPermissionTemplate
public void setPermissionTemplateId(String permissionTemplateId)
public String getNamespaceCode()
getNamespaceCode
in interface KimPermissionTemplate
public void setNamespaceCode(String namespaceCode)
public String getName()
getName
in interface KimPermissionTemplate
public void setName(String name)
public String getDescription()
KimPermissionTemplate
getDescription
in interface KimPermissionTemplate
public void setDescription(String description)
public String getKimTypeId()
KimPermissionTemplate
getKimTypeId
in interface KimPermissionTemplate
public void setKimTypeId(String kimTypeId)
public boolean isActive()
Inactivateable
isActive
in interface Inactivateable
public 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 |