@Entity(name="org.openurp.edu.program.doc.model.ProgramDocTemplate") public class ProgramDocTemplate extends EduLevelBasedObject<Long>
| Constructor and Description |
|---|
ProgramDocTemplate() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginOn() |
Date |
getEndOn() |
Locale |
getLocale() |
List<ProgramDocMeta> |
getMetas() |
String |
getName() |
Set<StdType> |
getTypes() |
void |
setBeginOn(Date beginOn) |
void |
setEndOn(Date endOn) |
void |
setLocale(Locale locale) |
void |
setMetas(List<ProgramDocMeta> metas) |
void |
setName(String name) |
void |
setTypes(Set<StdType> types) |
getLevel, setLevelgetProject, setProjectequals, getId, hashCode, isPersisted, isTransient, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetProject, setProjectpublic Date getBeginOn()
public void setBeginOn(Date beginOn)
public Date getEndOn()
public void setEndOn(Date endOn)
public String getName()
public void setName(String name)
public List<ProgramDocMeta> getMetas()
public void setMetas(List<ProgramDocMeta> metas)
public Locale getLocale()
public void setLocale(Locale locale)
Copyright © 2014–2019 The OpenURP Software. All rights reserved.