Class BundleDTO


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

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
      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.
    • Constructor Summary

      Constructors 
      Constructor Description
      BundleDTO()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait