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应该是联合主键唯一
See Also:
  • Field Summary

    Fields inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject

    updatedAt

    Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject

    id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    setClazz(Clazz clazz)
     
    void
     

    Methods inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject

    getUpdatedAt, setUpdatedAt

    Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject

    equals, getId, hashCode, isPersisted, isTransient, setId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClazzPlanRelation

      public ClazzPlanRelation()
  • Method Details