Skip to content

Commit 148f91f

Browse files
fakhreddinefakhreddine
authored andcommitted
Update Demo application
1 parent 012fc86 commit 148f91f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

demo/src/main/java/io/asfjava/ui/demo/screen/DemoForm.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ public String getCivilState() {
101101
public void setCivilState(String civilState) {
102102
this.civilState = civilState;
103103
}
104+
105+
106+
public String getCurrency() {
107+
return currency;
108+
}
109+
110+
public String getColor() {
111+
return color;
112+
}
113+
104114

105115
private static final long serialVersionUID = -5073515619469444978L;
106116
}

0 commit comments

Comments
 (0)