Guest User

Untitled

a guest
Jan 15th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1.     @Id
  2.     @GeneratedValue(strategy=GenerationType.AUTO)
  3.     @Column(name = "id", nullable = false)
  4.     public int getId() {
  5.         return id;
  6.     }
  7.  
  8.     public void setId(int id) {
  9.         this.id = id;
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment