@Entity(name="org.openurp.edu.base.model.Program") public class Program extends NumberIdTimeObject<Long> implements Cloneable
updatedAtgetUpdatedAt, setUpdatedAtpublic Program()
public Program(Long id)
public String getName()
public void setName(String name)
public String getGrade()
public void setGrade(String grade)
public Department getDepartment()
public void setDepartment(Department department)
public EducationLevel getLevel()
public void setLevel(EducationLevel level)
public StdType getStdType()
public void setStdType(StdType stdType)
public Major getMajor()
public void setMajor(Major major)
public Direction getDirection()
public void setDirection(Direction direction)
public Float getDuration()
public void setDuration(Float duration)
public StudyType getStudyType()
public void setStudyType(StudyType studyType)
public Degree getDegree()
public void setDegree(Degree degree)
public Date getBeginOn()
public void setBeginOn(Date beginOn)
public Date getEndOn()
public void setEndOn(Date endOn)
public String getRemark()
public void setRemark(String remark)
public AuditState getState()
public void setState(AuditState auditState)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic Project getProject()
public void setProject(Project project)
public Campus getCampus()
public void setCampus(Campus campus)
public Float getDegreeGpa()
public void setDegreeGpa(Float degreeGpa)
degreeGpa - the degreeGpa to setCopyright © 2014–2019 The OpenURP Software. All rights reserved.