Bom dia. podem me dizer como fazer isso:
[code]
public class Titulo {
??private final IntegerProperty id = new SimpleIntegerProperty();
?? private final ObjectProperty unidade = new SimpleObjectProperty<>();
?? private final StringProperty documento = new SimpleStringProperty();
?? private final ObjectProperty vencimento = new SimpleObjectProperty<>();
?? private final ObjectProperty valor = new SimpleObjectProperty<>();
?? private final ObjectProperty dtcredito;
?? private final CharacterProperty status = new SimpleCharacterProperty<>();
?? private final ListProperty itens = new SimpleListProperty();
[code]
esta classe esta bem definida ?? como acertar ??
alguem saberia onde encontro um material sobre generics ?
Obrigado