public class ModelObject extends Object implements Serializable
| Constructor and Description |
|---|
ModelObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Common reflected toString()-method to print out transfer object information in XML format.
|
String |
toString(int indent,
Set<ModelObject> written)
Common reflected toString()-method to print out transfer object information in XML format.
|
protected int |
toStringCut() |
protected int toStringCut()
public String toString(int indent, Set<ModelObject> written)
indent - indent amountwritten - contains object already written to prevent deadlockCopyright © 2004-2014. All Rights Reserved.