类 ClazzPlanRelation

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
org.openurp.edu.clazz.model.ClazzPlanRelation
所有已实现的接口:
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应该是联合主键唯一
另请参阅:
  • 字段概要

    从类继承的字段 org.beangle.commons.entity.pojo.NumberIdTimeObject

    updatedAt

    从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject

    id
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
     
     
    void
    setClazz(Clazz clazz)
     
    void
     

    从类继承的方法 org.beangle.commons.entity.pojo.NumberIdTimeObject

    getUpdatedAt, setUpdatedAt

    从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject

    equals, getId, hashCode, isPersisted, isTransient, setId

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • ClazzPlanRelation

      public ClazzPlanRelation()
  • 方法详细资料