org.jboss.portal.server.user
Class AbstractServerObjectContext

java.lang.Object
  extended by org.jboss.portal.server.user.AbstractServerObjectContext
All Implemented Interfaces:
java.io.Serializable, ServerObjectContext
Direct Known Subclasses:
InstanceContext, WindowContext

public abstract class AbstractServerObjectContext
extends java.lang.Object
implements ServerObjectContext

A base implementation.

See Also:
Serialized Form

Field Summary
protected  ServerObjectID id
          The ID for this context.
 
Constructor Summary
AbstractServerObjectContext(ServerObjectID id)
           
 
Method Summary
 ServerObjectID getID()
          The portal object id related to this context.
 java.lang.String toString()
          Return a description of that object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected final ServerObjectID id
The ID for this context.

Constructor Detail

AbstractServerObjectContext

public AbstractServerObjectContext(ServerObjectID id)
Method Detail

getID

public ServerObjectID getID()
Description copied from interface: ServerObjectContext
The portal object id related to this context.

Specified by:
getID in interface ServerObjectContext
Returns:
the related portal object id.

toString

public java.lang.String toString()
Return a description of that object.

Overrides:
toString in class java.lang.Object