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