public static class ClientBorrowedItemsController.ObservableRating
extends java.lang.Object
Constructor and Description |
---|
ObservableRating(Client client,
LibraryItem libraryItem,
int note) |
Modifier and Type | Method and Description |
---|---|
javafx.beans.binding.BooleanBinding |
existsProperty() |
Client |
getClient() |
LibraryItem |
getLibraryItem() |
javafx.beans.property.IntegerProperty |
noteProperty() |
public ObservableRating(Client client, LibraryItem libraryItem, int note)
public LibraryItem getLibraryItem()
public Client getClient()
public javafx.beans.property.IntegerProperty noteProperty()
public javafx.beans.binding.BooleanBinding existsProperty()