类 BundleDTO


  • public class BundleDTO
    extends DTO
    Data Transfer Object for a Bundle.

    A Bundle can be adapted to provide a BundleDTO for the Bundle.

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

      字段 
      修饰符和类型 字段 说明
      long id
      The bundle's unique identifier.
      long lastModified
      The time when the bundle was last modified.
      int state
      The bundle's state.
      java.lang.String symbolicName
      The bundle's symbolic name.
      java.lang.String version
      The bundle's version.
    • 构造器概要

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

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

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

      • BundleDTO

        public BundleDTO()