Class ModelObject
java.lang.Object
fi.meliora.testlab.ext.rest.model.ModelObject
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Changeset
,CustomFieldObject
,KeyValuePair
,ResponseObject
,TestCaseResult
,TestCaseResultStep
,TestResult
- Author:
- Marko Kanala
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Common reflected toString()-method to print out transfer object information in XML format.toString
(int indent, Set<ModelObject> written) Common reflected toString()-method to print out transfer object information in XML format.protected int
-
Constructor Details
-
ModelObject
public ModelObject()
-
-
Method Details
-
toStringCut
protected int toStringCut() -
toString
Common reflected toString()-method to print out transfer object information in XML format.- Parameters:
indent
- indent amountwritten
- contains object already written to prevent deadlock- Returns:
- object as String
-
toString
Common reflected toString()-method to print out transfer object information in XML format.
-