Package org.osgi.dto

Class DTO

    • Constructor Summary

      Constructors 
      Constructor Description
      DTO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Return a string representation of this DTO suitable for use when debugging.
      • Methods inherited from class java.lang.Object

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

      • DTO

        public DTO()
    • Method Detail

      • toString

        public java.lang.String toString()
        Return a string representation of this DTO suitable for use when debugging.

        The format of the string representation is not specified and subject to change.

        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this DTO suitable for use when debugging.