|
@@ -103,7 +103,7 @@ public class StudentRegistration {
|
|
|
|
|
|
private String schoolName;
|
|
|
|
|
|
- private KitPurchaseMethodEnum kitType;
|
|
|
+ private String kitType;
|
|
|
|
|
|
public BigDecimal getBalance() {
|
|
|
return balance;
|
|
@@ -352,11 +352,11 @@ public class StudentRegistration {
|
|
|
this.schoolName = schoolName;
|
|
|
}
|
|
|
|
|
|
- public KitPurchaseMethodEnum getKitType() {
|
|
|
+ public String getKitType() {
|
|
|
return kitType;
|
|
|
}
|
|
|
|
|
|
- public void setKitType(KitPurchaseMethodEnum kitType) {
|
|
|
+ public void setKitType(String kitType) {
|
|
|
this.kitType = kitType;
|
|
|
}
|
|
|
}
|