Class ProgramDoc

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.openurp.base.model.NumberIdTimeObject<Long>
org.openurp.edu.program.model.ProgramDoc
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
  • Constructor Details

    • ProgramDoc

      public ProgramDoc()
  • Method Details

    • 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)