d
This commit is contained in:
@@ -55,6 +55,18 @@ public class SimpleEntity extends BaseObservable implements Serializable {
|
||||
private String string8;
|
||||
@Bindable
|
||||
private String string1;
|
||||
|
||||
public String getString12() {
|
||||
return string12;
|
||||
}
|
||||
|
||||
public void setString12(String string12) {
|
||||
this.string12 = string12;
|
||||
notifyPropertyChanged(BR.string10);
|
||||
}
|
||||
|
||||
@Bindable
|
||||
private String string12;
|
||||
@Bindable
|
||||
private String string2;
|
||||
@Bindable
|
||||
|
||||
Reference in New Issue
Block a user