@@ -42,4 +42,20 @@ public class Test implements Serializable {
private Long id;
private String type;
+
+ public Long getId() {
+ return id;
+ }
+ public void setId(Long id) {
+ this.id = id;
+ public String getType() {
+ return type;
+ public void setType(String type) {
+ this.type = type;
}