Class ChildResourceRefDTO

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      name of the child resource pointed to by the URI
      java.lang.String specializationID
      resource type specialization of the child resource pointed to by the URI in case type represents a flexContainer.
      java.lang.Integer type
      resourceType of the child resource pointed to by the URI
      java.lang.String uri
      URI to the child resource.
    • 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

      • uri

        public java.lang.String uri
        URI to the child resource.
      • name

        public java.lang.String name
        name of the child resource pointed to by the URI
      • type

        public java.lang.Integer type
        resourceType of the child resource pointed to by the URI
      • specializationID

        public java.lang.String specializationID
        resource type specialization of the child resource pointed to by the URI in case type represents a flexContainer. This is an optional field.
    • Constructor Detail

      • ChildResourceRefDTO

        public ChildResourceRefDTO()