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