gate.util.persistence
Class GateApplication

java.lang.Object
  extended by gate.util.persistence.GateApplication

public class GateApplication
extends Object

This class is used simply to pair together the URL list and an object itself so that they can be serialized as a single XML object.


Field Summary
(package private)  Object application
           
(package private)  Object urlList
           
 
Constructor Summary
GateApplication()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

urlList

Object urlList

application

Object application
Constructor Detail

GateApplication

public GateApplication()