DLESE Tools
v1.6.0

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

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

public static class DleseBean.TechnicalReq
extends Object
implements Serializable

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:
Serialized Form

Field Summary
protected  HashMap requirement
          DESCRIPTION
 
Constructor Summary
DleseBean.TechnicalReq()
          Constructor for the TechnicalReq object
DleseBean.TechnicalReq(HttpServletRequest request)
          Constructor for the TechnicalReq object
 
Method Summary
 boolean equals(DleseBean.TechnicalReq req)
          DESCRIPTION
 String getValue(String key)
          Gets the value attribute of the TechnicalReq object
 HashMap getValues()
          Gets the values attribute of the TechnicalReq object
 boolean isEmpty()
          Gets the empty attribute of the TechnicalReq object
 void setValue(String key, String value)
          Sets the value attribute of the TechnicalReq object
 String toString()
          DESCRIPTION
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

requirement

protected HashMap requirement
DESCRIPTION

Constructor Detail

DleseBean.TechnicalReq

public DleseBean.TechnicalReq()
Constructor for the TechnicalReq object


DleseBean.TechnicalReq

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

Parameters:
request -
Method Detail

isEmpty

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

Returns:
The empty value

setValue

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

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

getValue

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

Parameters:
key - DESCRIPTION
Returns:
The value value

getValues

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

Returns:
The values value

toString

public String toString()
DESCRIPTION

Overrides:
toString in class Object
Returns:
DESCRIPTION

equals

public boolean equals(DleseBean.TechnicalReq req)
DESCRIPTION

Parameters:
req - DESCRIPTION
Returns:
DESCRIPTION

DLESE Tools
v1.6.0