Package org.osgi.resource.dto
Class ResourceDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.ResourceDTO
- Direct Known Subclasses:
 BundleRevisionDTO
Data Transfer Object for a Resource.
- Author:
 - $Id: ResourceDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
 
- 
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
 
- 
Field Details
- 
id
public int idThe unique identifier of the resource.This identifier is transiently assigned and may vary across restarts.
 - 
capabilities
The capabilities of the resource.- See Also:
 
 - 
requirements
The requirements of the resource.- See Also:
 
 
 - 
 - 
Constructor Details
- 
ResourceDTO
public ResourceDTO() 
 -