@Id @GeneratedValue @Column(name = "id", unique = true, nullable = false) public Integer getId() { return this.id; }