at.davinci.control.access
Class Role
java.lang.Object
at.davinci.control.access.Role
public class Role
- extends java.lang.Object
- Author:
- alangegger
Constructor Summary |
Role()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Role
public Role()
inherit
public void inherit(Role r)
inherits
public boolean inherits(Role r)
getInheritedRoles
public java.util.Hashtable<java.lang.String,Role> getInheritedRoles()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object