类 ProgramDoc
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<T>
-
- org.openurp.base.model.NumberIdTimeObject<Long>
-
- org.openurp.edu.program.model.ProgramDoc
-
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.program.model.ProgramDoc") public class ProgramDoc extends NumberIdTimeObject<Long>
培养方案文档- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.openurp.base.model.NumberIdTimeObject
updatedAt
-
-
构造器概要
构造器 构造器 说明 ProgramDoc()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 LocalegetDocLocale()ProgramgetProgram()List<ProgramDocSection>getSections()voidsetDocLocale(Locale docLocale)voidsetProgram(Program program)voidsetSections(List<ProgramDocSection> sections)-
从类继承的方法 org.openurp.base.model.NumberIdTimeObject
getUpdatedAt, setUpdatedAt
-
-
-
-
方法详细资料
-
getProgram
public Program getProgram()
-
setProgram
public void setProgram(Program program)
-
getSections
public List<ProgramDocSection> getSections()
-
setSections
public void setSections(List<ProgramDocSection> sections)
-
getDocLocale
public Locale getDocLocale()
-
setDocLocale
public void setDocLocale(Locale docLocale)
-
-