Method Summary |
|
public int | compareTo(Object obj) Used for ordering SecurityObjects.
Parameters: obj - The Object to compare to. |
public Object | getAttribute(String name) Retrieves the value of specific attribute of this object. |
public Map | getAttributes() Returns a Map containing this object's attributes. |
public int | getId() Unused. |
public Integer | getIdAsObj() Unused. |
public String | getName() Returns the name of this object. |
public void | setAttribute(String name, Object value) Sets the value of specific attribute of this object. |
public void | setAttributes(Map attributes) Replaces this object's attributes with the specified Map. |
public void | setId(int id) Unused. |
public void | setName(String name) Sets the name of this object. |
public String | toString() Returns a textual representation of this object, consisted by
it's name and attributes. |