public static class DleseBean.TechnicalReq
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap |
requirement
DESCRIPTION
|
| Constructor and Description |
|---|
TechnicalReq()
Constructor for the TechnicalReq object
|
TechnicalReq(javax.servlet.http.HttpServletRequest request)
Constructor for the TechnicalReq object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(DleseBean.TechnicalReq req)
DESCRIPTION
|
java.lang.String |
getValue(java.lang.String key)
Gets the value attribute of the TechnicalReq object
|
java.util.HashMap |
getValues()
Gets the values attribute of the TechnicalReq object
|
boolean |
isEmpty()
Gets the empty attribute of the TechnicalReq object
|
void |
setValue(java.lang.String key,
java.lang.String value)
Sets the value attribute of the TechnicalReq object
|
java.lang.String |
toString()
DESCRIPTION
|
public TechnicalReq()
public TechnicalReq(javax.servlet.http.HttpServletRequest request)
request - public boolean isEmpty()
public void setValue(java.lang.String key,
java.lang.String value)
key - The new value valuevalue - The new value valuepublic java.lang.String getValue(java.lang.String key)
key - DESCRIPTIONpublic java.util.HashMap getValues()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(DleseBean.TechnicalReq req)
req - DESCRIPTION