类 CapabilityDTO


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

      字段 
      修饰符和类型 字段 说明
      java.util.Map<java.lang.String,​java.lang.Object> attributes
      The attributes for the capability.
      java.util.Map<java.lang.String,​java.lang.String> directives
      The directives for the capability.
      int id
      The unique identifier of the capability.
      java.lang.String namespace
      The namespace for the capability.
      int resource
      The identifier of the resource declaring the capability.
    • 方法概要

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

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

      • id

        public int id
        The unique identifier of the capability.

        This identifier is transiently assigned and may vary across restarts.

      • directives

        public java.util.Map<java.lang.String,​java.lang.String> directives
        The directives for the capability.
        另请参阅:
        Capability.getDirectives()
      • attributes

        public java.util.Map<java.lang.String,​java.lang.Object> attributes
        The attributes for the capability.

        The value type must be a numerical type, Boolean, String, DTO or an array of any of the former.

        另请参阅:
        Capability.getAttributes()
    • 构造器详细资料

      • CapabilityDTO

        public CapabilityDTO()