Package org.dlese.dpc.xml.maps
Class DleseBean.Relation
java.lang.Object
org.dlese.dpc.xml.maps.DleseBean.Relation
- All Implemented Interfaces:
Serializable
- Enclosing class:
DleseBean
Provides an object definition for representing a relation as specified by
the DLESE metadata framework.
- Version:
- 1.0, 02/01/01
- Author:
- Dave Deniman
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRelation()Constructor for the Relation objectRelation(HttpServletRequest request) Constructor for the Relation object -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(DleseBean.Relation related) DESCRIPTIONGets the value attribute of the Relation objectGets the values attribute of the Relation objectbooleanisEmpty()Gets the empty attribute of the Relation objectvoidSets the value attribute of the Relation object
-
Field Details
-
relation
DESCRIPTION
-
-
Constructor Details
-
Relation
public Relation()Constructor for the Relation object -
Relation
Constructor for the Relation object- Parameters:
request-
-
-
Method Details
-
isEmpty
public boolean isEmpty()Gets the empty attribute of the Relation object- Returns:
- The empty value
-
setValue
Sets the value attribute of the Relation object- Parameters:
key- The new value valuevalue- The new value value
-
getValue
Gets the value attribute of the Relation object- Parameters:
key- DESCRIPTION- Returns:
- The value value
-
getValues
Gets the values attribute of the Relation object- Returns:
- The values value
-
equals
DESCRIPTION- Parameters:
related- DESCRIPTION- Returns:
- DESCRIPTION
-