Esempio n. 1
0
 public ObservableSet<Consent> getConsents() {
   return consents.get();
 }
Esempio n. 2
0
 public ReadOnlySetProperty<Consent> consentsProperty() {
   return consents.getReadOnlyProperty();
 }