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