|
||||||||||
| 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.KimRoleInfo
public class KimRoleInfo
Simple Role data designed in DTO form for consumption by web services.
| Field Summary | |
|---|---|
protected boolean |
active
|
protected String |
kimTypeId
|
protected String |
namespaceCode
|
protected String |
roleDescription
|
protected String |
roleId
|
protected String |
roleName
|
| Fields inherited from interface org.kuali.rice.kim.bo.Role |
|---|
GROUP_MEMBER_TYPE, PRINCIPAL_MEMBER_TYPE, ROLE_MEMBER_TYPE |
| Constructor Summary | |
|---|---|
KimRoleInfo()
|
|
| Method Summary | |
|---|---|
String |
getKimTypeId()
Type identifier for this role. |
String |
getNamespaceCode()
Namespace for this role - identifies the system/module to which this role applies |
String |
getRoleDescription()
Verbose description of the role and functionally what permissions it implies. |
String |
getRoleId()
Unique identifier for this role. |
String |
getRoleName()
Name for this role. |
boolean |
isActive()
|
void |
refresh()
Refreshes any reference objects from the primitive values. |
void |
setActive(boolean active)
|
void |
setKimTypeId(String kimTypeId)
|
void |
setNamespaceCode(String namespaceCode)
|
void |
setRoleDescription(String roleDescription)
|
void |
setRoleId(String roleId)
|
void |
setRoleName(String roleName)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String roleId
protected String roleName
protected String roleDescription
protected boolean active
protected String kimTypeId
protected String namespaceCode
| Constructor Detail |
|---|
public KimRoleInfo()
| Method Detail |
|---|
public String getRoleId()
Role
getRoleId in interface Rolepublic void setRoleId(String roleId)
public String getRoleName()
Role
getRoleName in interface Rolepublic void setRoleName(String roleName)
public String getRoleDescription()
Role
getRoleDescription in interface Rolepublic void setRoleDescription(String roleDescription)
public boolean isActive()
public void setActive(boolean active)
public String getKimTypeId()
Role
getKimTypeId in interface Rolepublic void setKimTypeId(String kimTypeId)
public String getNamespaceCode()
Role
getNamespaceCode in interface Rolepublic void setNamespaceCode(String namespaceCode)
public String toString()
toString in interface org.kuali.rice.core.api.mo.ModelObjectBasictoString in class ObjectObject.toString()public void refresh()
BusinessObject
refresh in interface BusinessObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||