Class PensionMovementDto
java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.movement.MovementDto
es.kukenan.smartfi.microservice.contracts.api.movement.PensionMovementDto
- All Implemented Interfaces:
Dto,Visitable,Serializable
DTO describing an loan movement contract.
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
unityQuantity
Unity count. -
unityValue
Unity value.
-
-
Constructor Details
-
PensionMovementDto
public PensionMovementDto(String id, String reason, AmountDto amount, LocalDate operationDate, Integer unityQuantity, AmountDto unityValue) Full state constructor.- Parameters:
id- movement identifier.reason- movement subject/type.amount- movement amount.operationDate- operation date.unityQuantity- Unity count.unityValue- Unity value.
-
-
Method Details
-
accept
Description copied from interface:VisitableAccept a visitor. Normally, this is implemented in the concrete class by delegating to a concrete visit method in the visitor.- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classMovementDto- Parameters:
visitor- visitor.
-