Package org.osgi.resource.dto
Class CapabilityRefDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.resource.dto.CapabilityRefDTO
-
public class CapabilityRefDTO extends DTO
Data Transfer Object for a reference to a Capability.- Author:
- $Id: CapabilityRefDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
-
-
Field Summary
Fields Modifier and Type Field Description int
capability
The identifier of the capability in the resource.int
resource
The identifier of the resource declaring the capability.
-
Constructor Summary
Constructors Constructor Description CapabilityRefDTO()
-
-
-
Field Detail
-
capability
public int capability
The identifier of the capability in the resource.- See Also:
CapabilityDTO.id
-
resource
public int resource
The identifier of the resource declaring the capability.- See Also:
ResourceDTO.id
-
-