oleksii-novikov-onix commented on code in PR #4412:
URL: https://github.com/apache/fineract/pull/4412#discussion_r1978069112


##########
fineract-core/src/main/java/org/apache/fineract/portfolio/fund/data/FundData.java:
##########
@@ -49,4 +49,8 @@ public String getName() {
     public Long getId() {
         return id;
     }
+
+    public String getExternalId() {
+        return externalId;
+    }

Review Comment:
   Actually, if you're already starting to refactor this class, you can use 
Lombok getters for name, id, and externalId.



-- 
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]

Reply via email to