Package org.osgi.resource.dto
Class CapabilityRefDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.CapabilityRefDTO
Data Transfer Object for a reference to a Capability.
- Author:
 - $Id: CapabilityRefDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintThe identifier of the capability in the resource.intThe identifier of the resource declaring the capability. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
capability
public int capabilityThe identifier of the capability in the resource.- See Also:
 
 - 
resource
public int resourceThe identifier of the resource declaring the capability.- See Also:
 
 
 - 
 - 
Constructor Details
- 
CapabilityRefDTO
public CapabilityRefDTO() 
 -