| | |
| | | private String contractId; |
| | | private String objId; |
| | | private String planId; |
| | | private String planType; |
| | | private String planTypeName; |
| | | private String contractName; |
| | | private String startTime; |
| | | private String endTime; |
| | |
| | | this.planId = planId; |
| | | } |
| | | |
| | | public String getPlanTypeName() { |
| | | return planTypeName; |
| | | } |
| | | |
| | | public void setPlanTypeName(String planTypeName) { |
| | | this.planTypeName = planTypeName; |
| | | } |
| | | |
| | | public String getContractName() { |
| | | return contractName; |
| | | } |
| | |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getPlanType() { |
| | | return planType; |
| | | } |
| | | |
| | | public void setPlanType(String planType) { |
| | | this.planType = planType; |
| | | } |
| | | } |