@Entity(name="org.openurp.edu.base.model.Project") public class Project extends org.openurp.base.model.NumberIdTimeObject<Integer> implements org.beangle.commons.entity.TimeEntity, org.openurp.base.model.TemporalEntity
| Modifier and Type | Field and Description |
|---|---|
protected Date |
beginOn
生效时间
|
protected Date |
endOn
失效时间
|
static org.beangle.commons.lang.functor.Predicate<org.openurp.base.model.Department> |
TEACHING |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginOn() |
List<org.openurp.base.model.Calendar> |
getCalendars() |
List<org.openurp.base.model.Campus> |
getCampuses() |
String |
getCode() |
List<org.openurp.base.model.Department> |
getColleges() |
List<org.openurp.base.model.Department> |
getDepartments() |
String |
getDescription() |
List<Education> |
getEducations() |
Date |
getEndOn() |
String |
getName() |
Map<String,String> |
getProperties() |
org.openurp.base.model.School |
getSchool() |
List<org.openurp.base.model.Semester> |
getSemesters() |
List<StdLabel> |
getStdLabels() |
List<StdType> |
getStdTypes() |
List<org.openurp.base.model.Department> |
getTeachingDeparts() |
List<org.openurp.base.model.TimeSetting> |
getTimeSettings() |
boolean |
isMinor() |
void |
setBeginOn(Date beginOn) |
void |
setCalendars(List<org.openurp.base.model.Calendar> calendars) |
void |
setCampuses(List<org.openurp.base.model.Campus> campuses) |
void |
setCode(String code) |
void |
setDepartments(List<org.openurp.base.model.Department> departments) |
void |
setDescription(String description) |
void |
setEducations(List<Education> educations) |
void |
setEndOn(Date endOn) |
void |
setMinor(boolean minor) |
void |
setName(String name) |
void |
setProperties(Map<String,String> properties) |
void |
setSchool(org.openurp.base.model.School school) |
void |
setStdLabels(List<StdLabel> labels) |
void |
setStdTypes(List<StdType> types) |
void |
setTimeSettings(List<org.openurp.base.model.TimeSetting> timeSettings) |
equals, getId, hashCode, isPersisted, isTransient, setIdpublic static final org.beangle.commons.lang.functor.Predicate<org.openurp.base.model.Department> TEACHING
@NotNull protected Date beginOn
protected Date endOn
public Project()
public Project(Integer id)
public List<org.openurp.base.model.Semester> getSemesters()
public String getName()
public void setName(String name)
public List<org.openurp.base.model.Calendar> getCalendars()
public void setCalendars(List<org.openurp.base.model.Calendar> calendars)
public List<org.openurp.base.model.Department> getDepartments()
public void setDepartments(List<org.openurp.base.model.Department> departments)
public List<org.openurp.base.model.Campus> getCampuses()
public void setCampuses(List<org.openurp.base.model.Campus> campuses)
public String getDescription()
public void setDescription(String description)
public boolean isMinor()
public void setMinor(boolean minor)
public Date getBeginOn()
getBeginOn in interface org.openurp.base.model.TemporalEntitypublic void setBeginOn(Date beginOn)
setBeginOn in interface org.openurp.base.model.TemporalEntitypublic Date getEndOn()
getEndOn in interface org.openurp.base.model.TemporalEntitypublic void setEndOn(Date endOn)
setEndOn in interface org.openurp.base.model.TemporalEntitypublic org.openurp.base.model.School getSchool()
public void setSchool(org.openurp.base.model.School school)
public List<org.openurp.base.model.TimeSetting> getTimeSettings()
public void setTimeSettings(List<org.openurp.base.model.TimeSetting> timeSettings)
public List<org.openurp.base.model.Department> getTeachingDeparts()
public List<org.openurp.base.model.Department> getColleges()
public String getCode()
public void setCode(String code)
Copyright © 2005–2018 The OpenURP Software. All rights reserved.