Package org.dlese.dpc.xml.maps
Class DleseBean.GeoReference
java.lang.Object
org.dlese.dpc.xml.maps.DleseBean.GeoReference
- All Implemented Interfaces:
Serializable
- Enclosing class:
DleseBean
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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the GeoReference objectGeoReference(HttpServletRequest request) Constructor for the GeoReference object -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(DleseBean.GeoReference reference) DESCRIPTIONGets the value attribute of the GeoReference objectGets the values attribute of the GeoReference objectbooleanisEmpty()Gets the empty attribute of the GeoReference objectDESCRIPTIONvoidSets the value attribute of the GeoReference object
-
Field Details
-
geoReference
DESCRIPTION
-
-
Constructor Details
-
GeoReference
public GeoReference()Constructor for the GeoReference object -
GeoReference
Constructor for the GeoReference object- Parameters:
request-
-
-
Method Details
-
isEmpty
public boolean isEmpty()Gets the empty attribute of the GeoReference object- Returns:
- The empty value
-
placeNames
DESCRIPTION- Returns:
- DESCRIPTION
-
setValue
Sets the value attribute of the GeoReference object- Parameters:
key- The new value valuevalue- The new value value
-
getValue
Gets the value attribute of the GeoReference object- Parameters:
key- DESCRIPTION- Returns:
- The value value
-
getValues
Gets the values attribute of the GeoReference object- Returns:
- The values value
-
equals
DESCRIPTION- Parameters:
reference- DESCRIPTION- Returns:
- DESCRIPTION
-