Package org.openurp.base.edu.model
Class Squad
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,EduLevelBasedEntity<Long>,ProjectBasedEntity<Long>
@Entity(name="org.openurp.base.edu.model.Squad")
public class Squad
extends EduLevelBasedObject<Long>
学生行政班级信息
- Since:
- 2005-9-12
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String编码代码protected String名称protected String备注protected String简称Fields inherited from class org.openurp.base.model.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getEndOn()getGrade()getMajor()getName()intintgetStudents(Date date)getTutor()voidsetBeginOn(Date beginOn)voidvoidvoidsetDepartment(Department department)voidsetDirection(Direction direction)voidvoidvoidsetInstructor(Instructor instructor)voidvoidvoidsetPlanCount(int planCount)voidvoidsetShortName(String shortName)voidsetStdCount(int stdCount)voidsetStdStates(Set<StudentState> stdStates)voidsetStdType(StdType stdType)voidMethods inherited from class org.openurp.base.edu.model.EduLevelBasedObject
getLevel, setLevelMethods 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.openurp.base.edu.model.ProjectBasedEntity
getProject, setProjectMethods inherited from interface org.beangle.commons.entity.TimeEntity
getUpdatedAt, setUpdatedAt
-
Field Details
-
code
编码代码 -
name
名称 -
shortName
简称 -
remark
备注
-
-
Constructor Details
-
Squad
public Squad() -
Squad
-
Squad
-
-
Method Details
-
getCode
-
setCode
-
getName
-
setName
-
getShortName
-
setShortName
-
getRemark
-
setRemark
-
getGrade
-
setGrade
-
getDepartment
-
setDepartment
-
getMajor
-
setMajor
-
getDirection
-
setDirection
-
getPlanCount
public int getPlanCount() -
setPlanCount
public void setPlanCount(int planCount) -
getStdType
-
setStdType
-
getBeginOn
-
setBeginOn
-
getEndOn
-
setEndOn
-
getStdCount
public int getStdCount() -
setStdCount
public void setStdCount(int stdCount) -
getInstructor
-
setInstructor
-
getTutor
-
setTutor
-
getAllStudents
-
getStudents
-
getStdStates
-
setStdStates
-
getCampus
-
setCampus
-