Package org.openurp.edu.program.model
Class ExecutionPlanComment
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
- 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
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description ExecutionPlanComment() -
Method Summary
Modifier and Type Method Description ExecutionPlangetExecutionPlan()StringgetReason()voidsetExecutionPlan(ExecutionPlan executionPlan)voidsetReason(String reason)Methods inherited from class org.openurp.base.model.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
ExecutionPlanComment
public ExecutionPlanComment()
-
-
Method Details
-
getReason
-
setReason
-
getExecutionPlan
-
setExecutionPlan
-