NASA World Wind

gov.nasa.worldwind.applications.gio.esg
Class ESGResultModel

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.applications.gio.catalogui.ResultModel
          extended by gov.nasa.worldwind.applications.gio.esg.ESGResultModel
All Implemented Interfaces:
AVList

public class ESGResultModel
extends ResultModel


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
ESGResultModel()
           
 
Method Summary
 void addException(CatalogException e)
           
 Capabilities getCapabilities()
           
 CatalogExceptionList getExceptionList()
           
 ServicePackage getServicePackage()
           
 void setCapabilities(Capabilities capabilities)
           
 void setExceptionList(CatalogExceptionList exceptionList)
           
 void setServicePackage(ServicePackage servicePackage)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.catalogui.ResultModel
firePropertyChange
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESGResultModel

public ESGResultModel()
Method Detail

addException

public void addException(CatalogException e)

getCapabilities

public Capabilities getCapabilities()

getExceptionList

public CatalogExceptionList getExceptionList()

getServicePackage

public ServicePackage getServicePackage()

setCapabilities

public void setCapabilities(Capabilities capabilities)

setExceptionList

public void setExceptionList(CatalogExceptionList exceptionList)

setServicePackage

public void setServicePackage(ServicePackage servicePackage)

NASA World Wind