|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.compoundtheory.dynamic.Memento
public class Memento
Builds the tree structure for building mementos for TransferObject population
| Constructor Summary | |
|---|---|
Memento(java.util.Map valueMap)
Constructor |
|
| Method Summary | |
|---|---|
void |
addChild(java.lang.String compositeName,
java.lang.Boolean isArray,
Memento child)
Adds a child set of values to this memento |
java.util.Map |
getMemento()
Returns the map value of this memento and its children |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Memento(java.util.Map valueMap)
valueMap - The map of values for this memento part| Method Detail |
|---|
public void addChild(java.lang.String compositeName,
java.lang.Boolean isArray,
Memento child)
compositeName - The name of the composite structureisArray - if it is an array or notchild - The child to addpublic java.util.Map getMemento()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||