类 RequirementRefDTO


  • public class RequirementRefDTO
    extends DTO
    Data Transfer Object for a reference to a Requirement.
    作者:
    $Id: RequirementRefDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      int requirement
      The identifier of the requirement in the resource.
      int resource
      The identifier of the resource declaring the requirement.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 字段详细资料

      • requirement

        public int requirement
        The identifier of the requirement in the resource.
        另请参阅:
        RequirementDTO.id
      • resource

        public int resource
        The identifier of the resource declaring the requirement.
        另请参阅:
        ResourceDTO.id
    • 构造器详细资料

      • RequirementRefDTO

        public RequirementRefDTO()