|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.common.data.security.Role
public class Role
This class encapsulates the properties of a security role object
Constructor Summary | |
---|---|
Role()
Constructor for a new Role object. |
Method Summary | |
---|---|
long |
getApplicationId()
Return the applicationId |
java.lang.String |
getRoleDesc()
Return the roleDesc |
long |
getRoleId()
Return the roleId |
java.lang.String |
getRoleName()
Return the roleName |
void |
setApplicationId(long applicationId)
Sets the applicationId for this Role object |
void |
setRoleDesc(java.lang.String roleDesc)
Sets the roleDesc for this Role object |
void |
setRoleId(long roleId)
Sets the roleId for this Role object |
void |
setRoleName(java.lang.String roleName)
Sets the roleName for this Role object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Role()
Role object.
Method Detail |
---|
public void setRoleName(java.lang.String roleName)
Role
object
roleName
- the roleNamepublic java.lang.String getRoleName()
public void setRoleDesc(java.lang.String roleDesc)
Role
object
roleDesc
- the roleDescpublic java.lang.String getRoleDesc()
public void setRoleId(long roleId)
Role
object
roleId
- the roleIdpublic long getRoleId()
public void setApplicationId(long applicationId)
Role
object
applicationId
- the applicationIdpublic long getApplicationId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |