@Entity(name="org.openurp.edu.exam.model.ExamStudent") public class ExamStudent extends org.beangle.commons.entity.pojo.LongIdObject implements Cloneable
id
ExamStudent()
ExamStudent(ExamTaker taker)
Object
clone()
ExamActivity
getActivity()
ExamRoom
getExamRoom()
Short
getSeatNo()
ExamTaker
getTaker()
void
setActivity(ExamActivity activity)
setExamRoom(ExamRoom examRoom)
setSeatNo(Short seatNo)
setTaker(ExamTaker taker)
equals, getId, hashCode, isPersisted, isTransient, setId
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public ExamStudent()
public ExamStudent(ExamTaker taker)
public Short getSeatNo()
public void setSeatNo(Short seatNo)
public ExamTaker getTaker()
public void setTaker(ExamTaker taker)
public ExamRoom getExamRoom()
public void setExamRoom(ExamRoom examRoom)
public ExamActivity getActivity()
public void setActivity(ExamActivity activity)
public Object clone()
clone
Object.clone()
Copyright © 2005–2018 The OpenURP Software. All rights reserved.