DLESE Tools
v1.6.0

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

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

public static class DleseBean.Annotation
extends Object
implements Serializable

Provides an object definition for representing an annotation as specified by the DLESE metadata framework.

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

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

annotation

protected HashMap annotation
DESCRIPTION

Constructor Detail

DleseBean.Annotation

public DleseBean.Annotation()
Constructor for the Annotation object


DleseBean.Annotation

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

Parameters:
request -
Method Detail

isEmpty

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

Returns:
The empty value

setValue

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

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

getValue

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

Parameters:
key - DESCRIPTION
Returns:
The value value

getValues

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

Returns:
The values value

name

public String name()
DESCRIPTION

Returns:
DESCRIPTION

equals

public boolean equals(DleseBean.Annotation annotatated)
DESCRIPTION

Parameters:
annotatated - DESCRIPTION
Returns:
DESCRIPTION

DLESE Tools
v1.6.0