com.pow2.acl
Class Group
java.lang.Object
com.pow2.acl.Actor
com.pow2.acl.Group
- public class Group
- extends Actor
Simple container for Group data.
- Author:
- Luca Fossato
Constructor Summary |
Group()
Default constructor. |
Group(long id)
Constructor. |
Group(String name)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group()
- Default constructor.
Group
public Group(String name)
- Constructor. Set the group name.
- Parameters:
name
- the group name.
Group
public Group(long id)
- Constructor. Set the group identifier.
- Parameters:
id
- the group identifier.
Copyright © 2002-2003 Power Of Two S.R.L. All Rights Reserved.