Package org.dlese.dpc.xml.maps
Class DleseBean.TechnicalReq
java.lang.Object
org.dlese.dpc.xml.maps.DleseBean.TechnicalReq
- All Implemented Interfaces:
Serializable
- Enclosing class:
DleseBean
Provides an object definition for representing the technical requirements
of a DLESE resource, 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 TechnicalReq objectTechnicalReq(HttpServletRequest request) Constructor for the TechnicalReq object -
Method Summary
Modifier and TypeMethodDescriptionbooleanDESCRIPTIONGets the value attribute of the TechnicalReq objectGets the values attribute of the TechnicalReq objectbooleanisEmpty()Gets the empty attribute of the TechnicalReq objectvoidSets the value attribute of the TechnicalReq objecttoString()DESCRIPTION
-
Field Details
-
requirement
DESCRIPTION
-
-
Constructor Details
-
TechnicalReq
public TechnicalReq()Constructor for the TechnicalReq object -
TechnicalReq
Constructor for the TechnicalReq object- Parameters:
request-
-
-
Method Details
-
isEmpty
public boolean isEmpty()Gets the empty attribute of the TechnicalReq object- Returns:
- The empty value
-
setValue
Sets the value attribute of the TechnicalReq object- Parameters:
key- The new value valuevalue- The new value value
-
getValue
Gets the value attribute of the TechnicalReq object- Parameters:
key- DESCRIPTION- Returns:
- The value value
-
getValues
Gets the values attribute of the TechnicalReq object- Returns:
- The values value
-
toString
DESCRIPTION -
equals
DESCRIPTION- Parameters:
req- DESCRIPTION- Returns:
- DESCRIPTION
-