BundleWireDTOpublic class WireDTO extends DTO
| 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 | Description |
|---|---|
WireDTO() |
public CapabilityRefDTO capability
Wire.getCapability()public RequirementRefDTO requirement
Wire.getRequirement()public int provider
ResourceDTO.id,
Wire.getProvider()public int requirer
ResourceDTO.id,
Wire.getRequirer()