public class RoleHierarchy
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RoleHierarchy()
Instantiates an empty Role Memberobject.
|
RoleHierarchy(java.lang.Long rekey)
Instantiates a Role object using its Key.
|
RoleHierarchy(java.lang.Long rekey,
java.lang.Long ugpkey)
Instantiates a Role object using its Key and Role Key.
|
RoleHierarchy(java.lang.Long rekey,
java.lang.Long ugpkey,
java.lang.Long parentUgp)
Instantiates a Role object using its Key and Role Key and User Key.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getParentUgpKey() |
java.lang.Long |
getReKey() |
java.lang.Long |
getUgpKey() |
void |
setParentUgpKey(java.lang.Long parentKey) |
void |
setReKey(java.lang.Long reKey) |
void |
setUgpKey(java.lang.Long ugpKey) |
public RoleHierarchy()
public RoleHierarchy(java.lang.Long rekey)
rekey - the Event IDpublic RoleHierarchy(java.lang.Long rekey,
java.lang.Long ugpkey)
rekey - the Event IDugpkey - the ID of the Rolepublic RoleHierarchy(java.lang.Long rekey,
java.lang.Long ugpkey,
java.lang.Long parentUgp)
rekey - the Event IDugpkey - the ID of the current RoleparentUgp - the ID of the Parent Role of the specified rolepublic void setReKey(java.lang.Long reKey)
public java.lang.Long getReKey()
public void setUgpKey(java.lang.Long ugpKey)
public java.lang.Long getUgpKey()
public void setParentUgpKey(java.lang.Long parentKey)
public java.lang.Long getParentUgpKey()