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 -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDocLocale(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
-