|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.swizzle.confluence.MapObject
public class MapObject
| Field Summary | |
|---|---|
protected Map |
fields
|
| Constructor Summary | |
|---|---|
protected |
MapObject()
|
protected |
MapObject(Map data)
|
| Method Summary | |
|---|---|
protected boolean |
getBoolean(String key)
|
protected Date |
getDate(String key)
|
protected int |
getInt(String key)
|
protected List |
getList(String key)
|
protected Map |
getMap(String key)
|
protected String |
getString(String key)
|
protected void |
setBoolean(String key,
boolean value)
|
protected void |
setBoolean(String key,
String value)
|
protected void |
setDate(String key,
Date value)
|
protected void |
setDate(String key,
String value)
|
protected void |
setInt(String key,
int value)
|
protected void |
setInt(String key,
String value)
|
protected void |
setList(String key,
List value)
|
protected void |
setMap(String key,
Map value)
|
protected void |
setString(String key,
String value)
|
Map |
toMap()
|
Map |
toRawMap()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final Map fields
| Constructor Detail |
|---|
protected MapObject()
protected MapObject(Map data)
| Method Detail |
|---|
protected String getString(String key)
protected void setString(String key,
String value)
protected void setInt(String key,
int value)
protected void setInt(String key,
String value)
protected int getInt(String key)
protected void setBoolean(String key,
boolean value)
protected void setBoolean(String key,
String value)
protected boolean getBoolean(String key)
protected void setDate(String key,
Date value)
protected void setDate(String key,
String value)
protected Date getDate(String key)
protected void setList(String key,
List value)
protected List getList(String key)
protected void setMap(String key,
Map value)
protected Map getMap(String key)
public Map toMap()
public Map toRawMap()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||