aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java')
-rw-r--r--ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java b/ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java
index b75b9ed..f8d9d52 100644
--- a/ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java
+++ b/ufund-api/src/main/java/com/ufund/api/ufundapi/Need.java
@@ -7,11 +7,11 @@ public class Need {
PHYSICAL
}
- String name;
- String[] filterAttributes;
- GoalType type;
- double maxGoal;
- double current;
+ private String name;
+ private String[] filterAttributes;
+ private GoalType type;
+ private double maxGoal;
+ private double current;
public Need(String name, double maxGoal, GoalType type) {
this.name = name;