org.apache.agila.services.user
Class GroupID

java.lang.Object
  extended by org.apache.agila.util.BaseID
      extended by org.apache.agila.services.user.GroupID
All Implemented Interfaces:
java.io.Serializable

public class GroupID
extends BaseID

Represents the primary key of a Group of Users who work on tasks together. The definition of the group is outside of the Agila project - typically an application may wish to define this or use the security model or business rules to define the groups.

Version:
$Id: $
Author:
James Strachan
See Also:
Serialized Form

Constructor Summary
GroupID()
           
GroupID(int id)
           
 
Method Summary
 
Methods inherited from class org.apache.agila.util.BaseID
equals, getID, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupID

public GroupID()

GroupID

public GroupID(int id)


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.