Class BaseDTO

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      The name of the service if it set one using JaxrsWhiteboardConstants.JAX_RS_NAME, otherwise this value will contain the generated name for this service
      long serviceId
      Service property identifying the JAX-RS service
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        The name of the service if it set one using JaxrsWhiteboardConstants.JAX_RS_NAME, otherwise this value will contain the generated name for this service
      • serviceId

        public long serviceId
        Service property identifying the JAX-RS service
    • Constructor Detail

      • BaseDTO

        public BaseDTO()