Package org.openurp.edu.program.model
Class ProgramDoc
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.program.model.ProgramDoc") public class ProgramDoc extends NumberIdTimeObject<Long>
培养方案文档
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.openurp.base.model.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description ProgramDoc() -
Method Summary
Modifier and Type Method Description LocalegetDocLocale()ProgramgetProgram()List<ProgramDocSection>getSections()voidsetDocLocale(Locale docLocale)voidsetProgram(Program program)voidsetSections(List<ProgramDocSection> sections)Methods inherited from class org.openurp.base.model.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
ProgramDoc
public ProgramDoc()
-
-
Method Details
-
getProgram
-
setProgram
-
getSections
-
setSections
-
getDocLocale
-
setDocLocale
-