com.pow2.acl
Class Group

java.lang.Object
  extended bycom.pow2.acl.Actor
      extended bycom.pow2.acl.Group

public class Group
extends Actor

Simple container for Group data.

Author:
Luca Fossato

Field Summary
 
Fields inherited from class com.pow2.acl.Actor
cat, id, name
 
Constructor Summary
Group()
          Default constructor.
Group(long id)
          Constructor.
Group(String name)
          Constructor.
 
Methods inherited from class com.pow2.acl.Actor
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.