DLESE Tools
v1.6.0

org.dlese.dpc.xml.maps
Class DleseBean.GeoReference

java.lang.Object
  extended by org.dlese.dpc.xml.maps.DleseBean.GeoReference
All Implemented Interfaces:
Serializable
Enclosing class:
DleseBean

public static class DleseBean.GeoReference
extends Object
implements Serializable

Provides an object definition for representing a geo-reference as specified by the DLESE metadata framework.

Version:
1.0, 02/01/01
Author:
Dave Deniman
See Also:
Serialized Form

Field Summary
protected  HashMap geoReference
          DESCRIPTION
 
Constructor Summary
DleseBean.GeoReference()
          Constructor for the GeoReference object
DleseBean.GeoReference(HttpServletRequest request)
          Constructor for the GeoReference object
 
Method Summary
 boolean equals(DleseBean.GeoReference reference)
          DESCRIPTION
 String getValue(String key)
          Gets the value attribute of the GeoReference object
 HashMap getValues()
          Gets the values attribute of the GeoReference object
 boolean isEmpty()
          Gets the empty attribute of the GeoReference object
 List placeNames()
          DESCRIPTION
 void setValue(String key, String value)
          Sets the value attribute of the GeoReference object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

geoReference

protected HashMap geoReference
DESCRIPTION

Constructor Detail

DleseBean.GeoReference

public DleseBean.GeoReference()
Constructor for the GeoReference object


DleseBean.GeoReference

public DleseBean.GeoReference(HttpServletRequest request)
Constructor for the GeoReference object

Parameters:
request -
Method Detail

isEmpty

public boolean isEmpty()
Gets the empty attribute of the GeoReference object

Returns:
The empty value

placeNames

public List placeNames()
DESCRIPTION

Returns:
DESCRIPTION

setValue

public void setValue(String key,
                     String value)
Sets the value attribute of the GeoReference object

Parameters:
key - The new value value
value - The new value value

getValue

public String getValue(String key)
Gets the value attribute of the GeoReference object

Parameters:
key - DESCRIPTION
Returns:
The value value

getValues

public HashMap getValues()
Gets the values attribute of the GeoReference object

Returns:
The values value

equals

public boolean equals(DleseBean.GeoReference reference)
DESCRIPTION

Parameters:
reference - DESCRIPTION
Returns:
DESCRIPTION

DLESE Tools
v1.6.0