public class Role
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Role()
Instantiates an empty Role object.
|
Role(java.lang.Long key)
Instantiates a Role object using its Key.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCategory()
Get the Category of the Role
|
java.lang.String |
getDescr()
Gets the Description of the Role
|
java.util.HashMap |
getDisplayName() |
java.lang.String |
getGUID()
Gets the GUID of the role
|
java.lang.String |
getLdapDN()
Get the Distinguished Name of the role
|
java.lang.String |
getName()
Gets the name of the Role
|
java.lang.String |
getNameSpace() |
java.lang.Long |
getParentRoleKey()
Gets the key of the parent Role.
|
java.lang.Long |
getUgpKey()
Get the key of the Role
|
void |
setCategory(java.lang.Long ugpCategory)
Set the ID of the Category
|
void |
setDescr(java.lang.String Descr)
Set the description of the role
|
void |
setDisplayName(java.util.HashMap DisplayName) |
void |
setGUID(java.lang.String GUID)
Set the LDAP GUID of the role
|
void |
setLdapDN(java.lang.String LdapDN)
The Distinguished Name of the Role in LDAP
|
void |
setName(java.lang.String Name)
Set the name of the Role
|
void |
setNameSpace(java.lang.String NameSpace) |
void |
setParentRoleKey(java.lang.Long ParentRoleKey)
Sets the Key of the Parent for the Role.
|
void |
setUgpKey(java.lang.Long ugpKey)
Set the Role key
|
public Role()
public Role(java.lang.Long key)
key
- the Role Keypublic void setUgpKey(java.lang.Long ugpKey)
ugpKey
- the key IDpublic java.lang.Long getUgpKey()
public void setCategory(java.lang.Long ugpCategory)
ugpCategory
- the Category IDpublic java.lang.Long getCategory()
public void setGUID(java.lang.String GUID)
GUID
- the GUID.public java.lang.String getGUID()
public void setLdapDN(java.lang.String LdapDN)
LdapDN
- the DNpublic java.lang.String getLdapDN()
public void setName(java.lang.String Name)
Name
- the Name of the Rolepublic java.lang.String getName()
public void setDescr(java.lang.String Descr)
Descr
- the Role descriptionpublic java.lang.String getDescr()
public void setParentRoleKey(java.lang.Long ParentRoleKey)
ParentRoleKey
- the Parent Role key.public java.lang.Long getParentRoleKey()
public void setDisplayName(java.util.HashMap DisplayName)
public java.util.HashMap getDisplayName()
public void setNameSpace(java.lang.String NameSpace)
public java.lang.String getNameSpace()