| | |
| | | |
| | | |
| | | |
| | | @ColumnInfo(name = "stu_id") |
| | | private long stu_id; |
| | | |
| | | @ColumnInfo(name = "subject") |
| | | private int subject; |
| | | |
| | |
| | | @ColumnInfo(name = "emp_id") |
| | | private int emp_id; |
| | | |
| | | public FailedProj(int subject, int emp_id) { |
| | | public FailedProj(int subject, int emp_id,long stu_id) { |
| | | this.subject = subject; |
| | | this.emp_id = emp_id; |
| | | this.stu_id = stu_id; |
| | | } |
| | | |
| | | public int getId() { |
| | |
| | | this.id = id; |
| | | } |
| | | |
| | | public long getStu_id() { |
| | | return stu_id; |
| | | } |
| | | |
| | | public void setStu_id(long stu_id) { |
| | | this.stu_id = stu_id; |
| | | } |
| | | |
| | | public int getSubject() { |
| | | return subject; |
| | | } |