|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pow2.acl.Actor
Abstract base class for Group, Role and Permissions
classes.
Implements common methods.
Field Summary | |
protected org.apache.log4j.Category |
cat
Log4j category |
protected long |
id
Actor identifier |
protected String |
name
Actor name |
Constructor Summary | |
protected |
Actor()
Default Constructor. |
protected |
Actor(long id)
Constructor. |
protected |
Actor(String name)
Constructor. |
Method Summary | |
long |
getId()
Gets the id attribute of the Actor object |
String |
getName()
Gets the name attribute of the Actor object |
void |
setId(long v)
Sets the id attribute of the Actor object |
void |
setName(String v)
Sets the name attribute of the Actor object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected long id
protected String name
protected org.apache.log4j.Category cat
Constructor Detail |
protected Actor()
protected Actor(String name)
protected Actor(long id)
Method Detail |
public void setId(long v)
v
- The new id valuepublic void setName(String v)
v
- The new name valuepublic long getId()
public String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |