Class BaseObject

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseObject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      protected void toStringAppendFields​(java.lang.StringBuilder builder)
      Used by sub-classes to include the fields defined by the sub-class in the toString() output.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BaseObject

        public BaseObject()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toStringAppendFields

        protected void toStringAppendFields​(java.lang.StringBuilder builder)
        Used by sub-classes to include the fields defined by the sub-class in the toString() output.
        Parameters:
        builder - Field names and values are appended to this object