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