类 ExecutionPlanComment
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<T>
-
- org.openurp.base.model.NumberIdTimeObject<Long>
-
- org.openurp.edu.program.model.ExecutionPlanComment
-
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.program.model.ExecutionPlanComment") public class ExecutionPlanComment extends NumberIdTimeObject<Long>
专业培养计划审核说明- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.openurp.base.model.NumberIdTimeObject
updatedAt
-
-
构造器概要
构造器 构造器 说明 ExecutionPlanComment()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ExecutionPlangetExecutionPlan()StringgetReason()voidsetExecutionPlan(ExecutionPlan executionPlan)voidsetReason(String reason)-
从类继承的方法 org.openurp.base.model.NumberIdTimeObject
getUpdatedAt, setUpdatedAt
-
-
-
-
方法详细资料
-
getReason
public String getReason()
-
setReason
public void setReason(String reason)
-
getExecutionPlan
public ExecutionPlan getExecutionPlan()
-
setExecutionPlan
public void setExecutionPlan(ExecutionPlan executionPlan)
-
-