Package org.openurp.edu.program.model
Class ProgramDoc
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity
@Entity(name="org.openurp.edu.program.model.ProgramDoc")
public class ProgramDoc
extends org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
培养方案文档
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.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.beangle.commons.entity.pojo.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
-