|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.xml.maps.DleseBean.GeoReference
Provides an object definition for representing a geo-reference as specified by the DLESE metadata framework.
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 |
protected HashMap geoReference
Constructor Detail |
public DleseBean.GeoReference()
public DleseBean.GeoReference(HttpServletRequest request)
request
- Method Detail |
public boolean isEmpty()
public List placeNames()
public void setValue(String key, String value)
key
- The new value valuevalue
- The new value valuepublic String getValue(String key)
key
- DESCRIPTION
public HashMap getValues()
public boolean equals(DleseBean.GeoReference reference)
reference
- DESCRIPTION
|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |