Class IntervenerDto
java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.common.IntervenerDto
- All Implemented Interfaces:
Dto,Visitable,Serializable
Class that describes the contract of an intervener.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringIntervener identifier.private StringIntervener name.private IdNamePairDtoRelation type.private static final longserialVersionUID identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID identifier.- See Also:
-
id
Intervener identifier. -
name
Intervener name. -
relationType
Relation type.
-
-
Constructor Details
-
IntervenerDto
public IntervenerDto()
-
-
Method Details