public static class DleseBean.Relation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap |
relation
DESCRIPTION
|
Constructor and Description |
---|
Relation()
Constructor for the Relation object
|
Relation(javax.servlet.http.HttpServletRequest request)
Constructor for the Relation object
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(DleseBean.Relation related)
DESCRIPTION
|
java.lang.String |
getValue(java.lang.String key)
Gets the value attribute of the Relation object
|
java.util.HashMap |
getValues()
Gets the values attribute of the Relation object
|
boolean |
isEmpty()
Gets the empty attribute of the Relation object
|
void |
setValue(java.lang.String key,
java.lang.String value)
Sets the value attribute of the Relation object
|
public Relation()
public Relation(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 boolean equals(DleseBean.Relation related)
related
- DESCRIPTION