程序包 org.osgi.dto

类 DTO

    • 构造器概要

      构造器 
      构造器 说明
      DTO()  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String toString()
      Return a string representation of this DTO suitable for use when debugging.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • DTO

        public DTO()
    • 方法详细资料

      • 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.

        覆盖:
        toString 在类中 java.lang.Object
        返回:
        A string representation of this DTO suitable for use when debugging.