类 WiringDTO

  • 直接已知子类:
    BundleWiringDTO.NodeDTO

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

      字段 
      修饰符和类型 字段 说明
      java.util.List<CapabilityRefDTO> capabilities
      The references to the capabilities for the wiring node.
      int id
      The unique identifier of the wiring node.
      java.util.List<WireDTO> providedWires
      The provided wires for the wiring node.
      java.util.List<WireDTO> requiredWires
      The required wires for the wiring node.
      java.util.List<RequirementRefDTO> requirements
      The references to the requirements for the wiring node.
      int resource
      The identifier of the resource associated with the wiring node.
    • 构造器概要

      构造器 
      构造器 说明
      WiringDTO()  
    • 方法概要

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait