Package org.openurp.edu.exam.model
Class ExamTurn
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.ExamTurn
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.ExamTurn")
public class ExamTurn
extends org.beangle.commons.entity.pojo.LongIdObject
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description ExamTurn()ExamTurn(Date examOn, HourMinute beginAt, HourMinute endAt)ExamTurn(Date examOn, TurnOfDay turn) -
Method Summary
Modifier and Type Method Description HourMinutegetBeginAt()IntegergetCapacity()HourMinutegetEndAt()DategetExamOn()ExamGroupgetGroup()voidsetBeginAt(HourMinute beginAt)voidsetCapacity(Integer capacity)voidsetEndAt(HourMinute endAt)voidsetExamOn(Date examOn)voidsetGroup(ExamGroup session)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
ExamTurn
public ExamTurn() -
ExamTurn
-
ExamTurn
-
-
Method Details
-
getGroup
-
setGroup
-
getExamOn
-
setExamOn
-
getBeginAt
-
setBeginAt
-
getEndAt
-
setEndAt
-
getCapacity
-
setCapacity
-