Class CapabilityRefDTO


  • public class CapabilityRefDTO
    extends DTO
    Data Transfer Object for a reference to a Capability.
    • Field Detail

      • capability

        public int capability
        The identifier of the capability in the resource.
        See Also:
        CapabilityDTO.id
      • resource

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

      • CapabilityRefDTO

        public CapabilityRefDTO()