org.deegree_impl.clients.context
Class AbstractContext

java.lang.Object
  extended byorg.deegree_impl.clients.context.AbstractContext
Direct Known Subclasses:
ViewContext

public abstract class AbstractContext
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Andreas Poth

Field Summary
private  General general
           
 
Constructor Summary
AbstractContext(General general)
          Creates a new AbstractContext object.
 
Method Summary
 General getGeneral()
          returns the general information of a context
 void setGeneral(General general)
          sets the general information of a context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

general

private General general
Constructor Detail

AbstractContext

public AbstractContext(General general)
Creates a new AbstractContext object.

Parameters:
general -
Method Detail

getGeneral

public General getGeneral()
returns the general information of a context

Returns:
general information of a context

setGeneral

public void setGeneral(General general)
sets the general information of a context

Parameters:
general - general information of a context