Class ResourceDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.ResourceDTO
public class ResourceDTO
extends org.osgi.dto.DTO
Data Transfer Object for a Resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe capabilities of the resource.intThe unique identifier of the resource.The requirements of the resource. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
id
public int idThe unique identifier of the resource.This identifier is transiently assigned and may vary across restarts.
-
capabilities
-
requirements
-
-
Constructor Details
-
ResourceDTO
public ResourceDTO()
-