Class RequirementRefDTO


  • public class RequirementRefDTO
    extends DTO
    Data Transfer Object for a reference to a Requirement.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int requirement
      The identifier of the requirement in the resource.
      int resource
      The identifier of the resource declaring the requirement.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • requirement

        public int requirement
        The identifier of the requirement in the resource.
        See Also:
        RequirementDTO.id
      • resource

        public int resource
        The identifier of the resource declaring the requirement.
        See Also:
        ResourceDTO.id
    • Constructor Detail

      • RequirementRefDTO

        public RequirementRefDTO()