类 Program

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
org.openurp.edu.program.model.Program
所有已实现的接口:
Serializable, Cloneable, org.beangle.commons.entity.Entity<Long>, org.beangle.commons.entity.TimeEntity

@Entity(name="org.openurp.edu.program.model.Program") public class Program extends org.beangle.commons.entity.pojo.NumberIdTimeObject<Long> implements Cloneable
专业培养方案
另请参阅:
  • 构造器详细资料

    • Program

      public Program()
    • Program

      public Program(Long id)
  • 方法详细资料

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getGrade

      public Grade getGrade()
    • setGrade

      public void setGrade(Grade grade)
    • getDepartment

      public Department getDepartment()
    • setDepartment

      public void setDepartment(Department department)
    • getLevel

      public EducationLevel getLevel()
    • setLevel

      public void setLevel(EducationLevel level)
    • getStdType

      public StdType getStdType()
    • setStdType

      public void setStdType(StdType stdType)
    • getMajor

      public Major getMajor()
    • setMajor

      public void setMajor(Major major)
    • getDirection

      public Direction getDirection()
    • setDirection

      public void setDirection(Direction direction)
    • getDuration

      public Float getDuration()
    • setDuration

      public void setDuration(Float duration)
    • getStudyType

      public StudyType getStudyType()
    • setStudyType

      public void setStudyType(StudyType studyType)
    • getDegree

      public Degree getDegree()
    • setDegree

      public void setDegree(Degree degree)
    • getBeginOn

      public Date getBeginOn()
    • setBeginOn

      public void setBeginOn(Date beginOn)
    • getEndOn

      public Date getEndOn()
    • setEndOn

      public void setEndOn(Date endOn)
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)
    • getStatus

      public AuditStatus getStatus()
    • setStatus

      public void setStatus(AuditStatus status)
    • clone

      public Object clone() throws CloneNotSupportedException
      覆盖:
      clone 在类中 Object
      抛出:
      CloneNotSupportedException
    • getProject

      public Project getProject()
    • setProject

      public void setProject(Project project)
    • getCampus

      public Campus getCampus()
    • setCampus

      public void setCampus(Campus campus)
    • getDegreeGpa

      public Float getDegreeGpa()
      返回:
      the degreeGpa
    • setDegreeGpa

      public void setDegreeGpa(Float degreeGpa)
      参数:
      degreeGpa - the degreeGpa to set
    • getOffsetType

      public CourseType getOffsetType()
    • setOffsetType

      public void setOffsetType(CourseType offsetType)
    • getTermCampuses

      public List<TermCampus> getTermCampuses()
    • setTermCampuses

      public void setTermCampuses(List<TermCampus> termCampuses)
    • getDegreeCourses

      public Set<Course> getDegreeCourses()
    • setDegreeCourses

      public void setDegreeCourses(Set<Course> degreeCourses)
    • getEduType

      public EducationType getEduType()
    • setEduType

      public void setEduType(EducationType eduType)