类 BundleRevisionDTO


  • public class BundleRevisionDTO
    extends ResourceDTO
    Data Transfer Object for a BundleRevision.

    An installed Bundle can be adapted to provide a BundleRevisionDTO for the current revision of the Bundle. BundleRevisionDTO objects for all in use revisions of the Bundle can be obtained by adapting the bundle to BundleRevisionDTO[].

    作者:
    $Id: BundleRevisionDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      long bundle
      The id of the bundle associated with the bundle revision.
      java.lang.String symbolicName
      The symbolic name of the bundle revision.
      int type
      The type of the bundle revision.
      java.lang.String version
      The version of the bundle revision.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait