Package org.openurp.edu.clazz.model
Class ClazzGroup
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,ProjectBasedEntity<Long>
@Entity(name="org.openurp.edu.clazz.model.ClazzGroup") public class ClazzGroup extends ProjectBasedObject<Long>
教学任务组
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.openurp.base.model.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description ClazzGroup() -
Method Summary
Modifier and Type Method Description booleanaddClazz(Clazz clazz)voidclearClazz()CampusgetCampus()Set<Clazz>getClazzes()CoursegetCourse()StringgetGrade()StringgetName()SemestergetSemester()Set<Squad>getSquads()DepartmentgetTeachDepart()booleanremoveClazz(Clazz clazz)voidsetCampus(Campus campus)voidsetClazzes(Set<Clazz> clazzes)voidsetCourse(Course course)voidsetGrade(String grade)voidsetName(String name)voidsetSemester(Semester semester)voidsetSquads(Set<Squad> classes)voidsetTeachDepart(Department teachDepart)Methods inherited from class org.openurp.base.edu.model.ProjectBasedObject
getProject, setProjectMethods inherited from class org.openurp.base.model.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setIdMethods inherited from interface org.beangle.commons.entity.TimeEntity
getUpdatedAt, setUpdatedAt
-
Constructor Details
-
ClazzGroup
public ClazzGroup()
-
-
Method Details
-
getName
-
setName
-
getClazzes
-
setClazzes
-
addClazz
-
removeClazz
-
clearClazz
public void clearClazz() -
getSemester
-
setSemester
-
getTeachDepart
-
setTeachDepart
-
getCourse
-
setCourse
-
getSquads
-
setSquads
-
getCampus
-
setCampus
-
getGrade
-
setGrade
-