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