Aman-Mittal commented on code in PR #5895:
URL: https://github.com/apache/fineract/pull/5895#discussion_r3328689555
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/account/data/StandingInstructionData.java:
##########
@@ -40,39 +40,29 @@
* Immutable data object representing a savings account.
*/
@SuppressWarnings("unused")
+@Getter
public final class StandingInstructionData {
- @Getter
private final Long id;
- @Getter
private final Long accountDetailId;
- @Getter
private final String name;
private final OfficeData fromOffice;
- @Getter
private final ClientData fromClient;
private final EnumOptionData fromAccountType;
- @Getter
private final PortfolioAccountData fromAccount;
private final OfficeData toOffice;
- @Getter
private final ClientData toClient;
private final EnumOptionData toAccountType;
- @Getter
private final PortfolioAccountData toAccount;
private final EnumOptionData transferType;
private final EnumOptionData priority;
private final EnumOptionData instructionType;
- @Getter
private final EnumOptionData status;
- @Getter
private final BigDecimal amount;
- @Getter
Review Comment:
Why removed lombok getters ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]