|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.xml.maps.DleseBean.TechnicalReq
Provides an object definition for representing the technical requirements of a DLESE resource, as specified by the DLESE metadata framework.
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 |
protected HashMap requirement
Constructor Detail |
public DleseBean.TechnicalReq()
public DleseBean.TechnicalReq(HttpServletRequest request)
request
- Method Detail |
public boolean isEmpty()
public void setValue(String key, String value)
key
- The new value valuevalue
- The new value valuepublic String getValue(String key)
key
- DESCRIPTION
public HashMap getValues()
public String toString()
public boolean equals(DleseBean.TechnicalReq req)
req
- DESCRIPTION
|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |