@Embeddable public class Enrollment extends Object implements org.beangle.commons.entity.Component, Cloneable, Serializable
| Constructor and Description |
|---|
Enrollment() |
public Enrollment clone()
public CourseTaker getCourseTaker(Long stdId)
public Set<CourseTaker> getNormalCourseTakers()
public void addLimitGroups(Clazz clazz, List<Restriction> groups)
public void addLimitGroups(Clazz clazz, Restriction... groups)
public Restriction getOrCreateDefautRestriction()
public CourseTaker getCourseTaker(Student std)
public int getActual()
public void setActual(int stdCount)
public Set<CourseTaker> getCourseTakers()
public void setCourseTakers(Set<CourseTaker> courseTakers)
public int getCapacity()
public void setCapacity(int limitCount)
public String getGrade()
public void setGrade(String year)
public org.openurp.base.model.Department getDepart()
public void setDepart(org.openurp.base.model.Department depart)
public List<Restriction> getRestrictions()
public void setRestrictions(List<Restriction> limitGroups)
public GenderRatio getGenderRatio()
public void setGenderRatio(GenderRatio genderRatio)
public List<CourseAbilityRate> getAbilityRates()
public void setAbilityRates(List<CourseAbilityRate> abilityRates)
public boolean isLocked()
public void setLocked(boolean locked)
public int getReserved()
public void setReserved(int reserved)
Copyright © 2014–2019 The OpenURP Software. All rights reserved.