类 Project
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<T>
-
- org.openurp.base.model.NumberIdTimeObject<Integer>
-
- org.openurp.base.edu.model.Project
-
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Integer>,org.beangle.commons.entity.TimeEntity,TemporalEntity
@Entity(name="org.openurp.base.edu.model.Project") public class Project extends NumberIdTimeObject<Integer> implements org.beangle.commons.entity.TimeEntity, TemporalEntity
项目- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected DatebeginOn生效时间protected DateendOn失效时间static org.beangle.commons.lang.functor.Predicate<Department>TEACHING-
从类继承的字段 org.openurp.base.model.NumberIdTimeObject
updatedAt
-
-
方法概要
-
从类继承的方法 org.openurp.base.model.NumberIdTimeObject
getUpdatedAt, setUpdatedAt
-
-
-
-
字段详细资料
-
TEACHING
public static final org.beangle.commons.lang.functor.Predicate<Department> TEACHING
-
beginOn
@NotNull protected Date beginOn
生效时间
-
endOn
protected Date endOn
失效时间
-
-
构造器详细资料
-
Project
public Project()
-
Project
public Project(Integer id)
-
-
方法详细资料
-
getName
public String getName()
-
setName
public void setName(String name)
-
getLevels
public List<EducationLevel> getLevels()
-
setLevels
public void setLevels(List<EducationLevel> levels)
-
getDepartments
public List<Department> getDepartments()
-
setDepartments
public void setDepartments(List<Department> departments)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isMinor
public boolean isMinor()
-
setMinor
public void setMinor(boolean minor)
-
getBeginOn
public Date getBeginOn()
- 指定者:
getBeginOn在接口中TemporalEntity
-
setBeginOn
public void setBeginOn(Date beginOn)
- 指定者:
setBeginOn在接口中TemporalEntity
-
getEndOn
public Date getEndOn()
- 指定者:
getEndOn在接口中TemporalEntity
-
setEndOn
public void setEndOn(Date endOn)
- 指定者:
setEndOn在接口中TemporalEntity
-
getSchool
public School getSchool()
-
setSchool
public void setSchool(School school)
-
getTeachingDeparts
public List<Department> getTeachingDeparts()
-
getColleges
public List<Department> getColleges()
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getCategory
public EduCategory getCategory()
-
setCategory
public void setCategory(EduCategory category)
-
-