Class ProgramDoc
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<T>
-
- org.openurp.base.model.NumberIdTimeObject<Long>
-
- org.openurp.edu.program.doc.model.ProgramDoc
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.program.doc.model.ProgramDoc") public class ProgramDoc extends NumberIdTimeObject<Long>
培养方案文档- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.base.model.NumberIdTimeObject
updatedAt
-
-
Constructor Summary
Constructors Constructor Description ProgramDoc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalegetLocale()ProgramgetProgram()List<ProgramDocSection>getSections()voidsetLocale(Locale locale)voidsetProgram(Program program)voidsetSections(List<ProgramDocSection> sections)-
Methods inherited from class org.openurp.base.model.NumberIdTimeObject
getUpdatedAt, setUpdatedAt
-
-
-
-
Method Detail
-
getProgram
public Program getProgram()
-
setProgram
public void setProgram(Program program)
-
getSections
public List<ProgramDocSection> getSections()
-
setSections
public void setSections(List<ProgramDocSection> sections)
-
getLocale
public Locale getLocale()
-
setLocale
public void setLocale(Locale locale)
-
-