Package org.openurp.edu.program.model
Class ExecutionPlanComment
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<T>
-
- org.openurp.base.model.NumberIdTimeObject<Long>
-
- org.openurp.edu.program.model.ExecutionPlanComment
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.program.model.ExecutionPlanComment") public class ExecutionPlanComment extends NumberIdTimeObject<Long>
专业培养计划审核说明- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.base.model.NumberIdTimeObject
updatedAt
-
-
Constructor Summary
Constructors Constructor Description ExecutionPlanComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionPlangetExecutionPlan()StringgetReason()voidsetExecutionPlan(ExecutionPlan executionPlan)voidsetReason(String reason)-
Methods inherited from class org.openurp.base.model.NumberIdTimeObject
getUpdatedAt, setUpdatedAt
-
-
-
-
Method Detail
-
getReason
public String getReason()
-
setReason
public void setReason(String reason)
-
getExecutionPlan
public ExecutionPlan getExecutionPlan()
-
setExecutionPlan
public void setExecutionPlan(ExecutionPlan executionPlan)
-
-