Package org.osgi.resource.dto
Class WireDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.resource.dto.WireDTO
-
- Direct Known Subclasses:
BundleWireDTO
public class WireDTO extends DTO
Data Transfer Object for a Wire.
-
-
Field Summary
Fields Modifier and Type Field Description CapabilityRefDTO
capability
Reference to the Capability for the wire.int
provider
The identifier of the provider resource for the wire.RequirementRefDTO
requirement
Reference to the Requirement for the wire.int
requirer
The identifier of the requiring resource for the wire.
-
Constructor Summary
Constructors Constructor Description WireDTO()
-
-
-
Field Detail
-
capability
public CapabilityRefDTO capability
Reference to the Capability for the wire.- See Also:
Wire.getCapability()
-
requirement
public RequirementRefDTO requirement
Reference to the Requirement for the wire.- See Also:
Wire.getRequirement()
-
provider
public int provider
The identifier of the provider resource for the wire.- See Also:
ResourceDTO.id
,Wire.getProvider()
-
requirer
public int requirer
The identifier of the requiring resource for the wire.- See Also:
ResourceDTO.id
,Wire.getRequirer()
-
-