Package org.openurp.edu.clazz.model
Class ClazzPlanRelation
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
org.openurp.edu.clazz.model.ClazzPlanRelation
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity
@Entity(name="org.openurp.edu.clazz.model.ClazzPlanRelation")
public class ClazzPlanRelation
extends org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
教学任务和专业培养计划关系
记录教学任务和专业培养计划之间的关系,也就是专业计划生成了哪些教学任务
clazz和plan应该是联合主键唯一
clazz和plan应该是联合主键唯一
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
ClazzPlanRelation
public ClazzPlanRelation()
-
-
Method Details
-
getClazz
-
setClazz
-
getPlan
-
setPlan
-