java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.common.IntervenerDto
All Implemented Interfaces:
Dto, Visitable, Serializable

public class IntervenerDto extends Object implements Dto
Class that describes the contract of an intervener.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID identifier.
      See Also:
    • id

      private String id
      Intervener identifier.
    • name

      private String name
      Intervener name.
    • relationType

      private IdNamePairDto relationType
      Relation type.
  • Constructor Details

    • IntervenerDto

      public IntervenerDto()
  • Method Details

    • accept

      public void accept(Visitor visitor)
      Description copied from interface: Visitable
      Accept a visitor. Normally, this is implemented in the concrete class by delegating to a concrete visit method in the visitor.
      Specified by:
      accept in interface Visitable
      Parameters:
      visitor - visitor.