org.deegree_impl.services.gazetteer
Class DataObject

java.lang.Object
  extended byorg.deegree_impl.services.gazetteer.DataObject

class DataObject
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
Andreas Poth

Field Summary
 java.lang.Object data
           
 boolean finnished
           
 java.lang.String id
           
 SI_LocationType locationType
           
 
Constructor Summary
DataObject(java.lang.String id, SI_LocationType locationType, java.lang.Object data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public java.lang.Object data

locationType

public SI_LocationType locationType

id

public java.lang.String id

finnished

public boolean finnished
Constructor Detail

DataObject

public DataObject(java.lang.String id,
                  SI_LocationType locationType,
                  java.lang.Object data)