org.jwarp.service.groups
Class Item

java.lang.Object
  |
  +--org.jwarp.service.groups.Item
All Implemented Interfaces:
IItem, java.io.Serializable
Direct Known Subclasses:
Group, SecurityObject, SQLSystemObject, User

public class Item
extends java.lang.Object
implements IItem, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  int id
           
protected static int nextID
           
protected  java.lang.Object object
           
 
Constructor Summary
Item(java.lang.Object object)
           
 
Method Summary
 int getID()
           
protected  int getNewID()
           
 java.lang.Object getObject()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextID

protected static int nextID

id

protected int id

object

protected java.lang.Object object
Constructor Detail

Item

public Item(java.lang.Object object)
Method Detail

getNewID

protected int getNewID()

getID

public int getID()
Specified by:
getID in interface IItem

getObject

public java.lang.Object getObject()

©   O R C A   S y s t e m s