d
This commit is contained in:
@@ -67,6 +67,17 @@ public class SimpleEntity extends BaseObservable implements Serializable {
|
||||
|
||||
@Bindable
|
||||
private String string12;
|
||||
|
||||
public String getString13() {
|
||||
return string13;
|
||||
}
|
||||
|
||||
public void setString13(String string13) {
|
||||
this.string13 = string13;
|
||||
}
|
||||
|
||||
@Bindable
|
||||
private String string13;
|
||||
@Bindable
|
||||
private String string2;
|
||||
@Bindable
|
||||
|
||||
Reference in New Issue
Block a user