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

public class ModelObject extends Object implements Serializable
Author:
Marko Kanala
See Also:
  • Constructor Details

    • ModelObject

      public ModelObject()
  • Method Details

    • toStringCut

      protected int toStringCut()
    • toString

      public String toString(int indent, Set<ModelObject> written)
      Common reflected toString()-method to print out transfer object information in XML format.
      Parameters:
      indent - indent amount
      written - contains object already written to prevent deadlock
      Returns:
      object as String
    • toString

      public String toString()
      Common reflected toString()-method to print out transfer object information in XML format.
      Overrides:
      toString in class Object
      Returns:
      object as String