@Entity(name="org.openurp.edu.base.model.Project") public class Project extends NumberIdTimeObject<Integer> implements org.beangle.commons.entity.TimeEntity, TemporalEntity
| Modifier and Type | Field and Description |
|---|---|
protected Date |
beginOn
生效时间
|
protected Date |
endOn
失效时间
|
static org.beangle.commons.lang.functor.Predicate<Department> |
TEACHING |
updatedAtgetUpdatedAt, setUpdatedAtequals, getId, hashCode, isPersisted, isTransient, setIdpublic static final org.beangle.commons.lang.functor.Predicate<Department> TEACHING
@NotNull protected Date beginOn
protected Date endOn
public Project()
public Project(Integer id)
public String getName()
public void setName(String name)
public List<Department> getDepartments()
public void setDepartments(List<Department> departments)
public String getDescription()
public void setDescription(String description)
public boolean isMinor()
public void setMinor(boolean minor)
public Date getBeginOn()
getBeginOn in interface TemporalEntitypublic void setBeginOn(Date beginOn)
setBeginOn in interface TemporalEntitypublic Date getEndOn()
getEndOn in interface TemporalEntitypublic void setEndOn(Date endOn)
setEndOn in interface TemporalEntitypublic School getSchool()
public void setSchool(School school)
public List<Department> getTeachingDeparts()
public List<Department> getColleges()
public String getCode()
public void setCode(String code)
Copyright © 2005–2018 The OpenURP Software. All rights reserved.