Exemplo n.º 1
0
 public void setData(JsonStringWrapper data) {
   this.data = NullableWrapper.create(data);
 }
Exemplo n.º 2
0
 public void setCode(String code) {
   this.code = NullableWrapper.create(code);
 }
Exemplo n.º 3
0
 public void setType(String type) {
   this.type = NullableWrapper.create(type);
 }
Exemplo n.º 4
0
 public void setName(String name) {
   this.name = NullableWrapper.create(name);
 }