|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.xml.maps.DleseBean.Annotation
public static class DleseBean.Annotation
Provides an object definition for representing an annotation as specified by the DLESE metadata framework.
| Field Summary | |
|---|---|
protected HashMap |
annotation
DESCRIPTION |
| Constructor Summary | |
|---|---|
DleseBean.Annotation()
Constructor for the Annotation object |
|
DleseBean.Annotation(HttpServletRequest request)
Constructor for the Annotation object |
|
| Method Summary | |
|---|---|
boolean |
equals(DleseBean.Annotation annotatated)
DESCRIPTION |
String |
getValue(String key)
Gets the value attribute of the Annotation object |
HashMap |
getValues()
Gets the values attribute of the Annotation object |
boolean |
isEmpty()
Gets the empty attribute of the Annotation object |
String |
name()
DESCRIPTION |
void |
setValue(String key,
String value)
Sets the value attribute of the Annotation object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HashMap annotation
| Constructor Detail |
|---|
public DleseBean.Annotation()
public DleseBean.Annotation(HttpServletRequest request)
request - | Method Detail |
|---|
public boolean isEmpty()
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 String name()
public boolean equals(DleseBean.Annotation annotatated)
annotatated - DESCRIPTION
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||