235 lines
4.5 KiB
Java
235 lines
4.5 KiB
Java
package com.tenwa.reckon.bean;
|
|
/**
|
|
*
|
|
* 类名: RentPlanBean
|
|
* 包名: com.reckon.bean
|
|
* 类描述: TODO(这里用一句话描述这个类的作用)
|
|
* 作者: xuyunlong
|
|
* 创建时间: 2014-11-14 下午02:17:52
|
|
*
|
|
*/
|
|
public class RentPlanBean {
|
|
private String id;
|
|
private String docId;
|
|
private String custId;
|
|
private String projId;
|
|
private String contractId;
|
|
|
|
private String rent;
|
|
private String rentList;
|
|
private String planDate;
|
|
private String yearRate;
|
|
|
|
private String financeCorpus;
|
|
private String financeInterest;
|
|
private String financeCorpusOverage;
|
|
|
|
private String businessCorpus;
|
|
private String businessInterest;
|
|
private String businessCorpusOverage;
|
|
|
|
private String overageRent;
|
|
private String overageCorpus;
|
|
private String overageInterest;
|
|
|
|
private String adjustRent;
|
|
private String adjustCorpus;
|
|
private String adjustInterest;
|
|
|
|
private String allRemainRent;
|
|
private String allRemainCorpus;
|
|
private String allRemainInterest;
|
|
|
|
public String getId() {
|
|
return id;
|
|
}
|
|
|
|
public void setId(String id) {
|
|
this.id = id;
|
|
}
|
|
|
|
public String getDocId() {
|
|
return docId;
|
|
}
|
|
|
|
public void setDocId(String docId) {
|
|
this.docId = docId;
|
|
}
|
|
|
|
public String getCustId() {
|
|
return custId;
|
|
}
|
|
|
|
public void setCustId(String custId) {
|
|
this.custId = custId;
|
|
}
|
|
|
|
public String getProjId() {
|
|
return projId;
|
|
}
|
|
|
|
public void setProjId(String projId) {
|
|
this.projId = projId;
|
|
}
|
|
|
|
public String getContractId() {
|
|
return contractId;
|
|
}
|
|
|
|
public void setContractId(String contractId) {
|
|
this.contractId = contractId;
|
|
}
|
|
|
|
public String getRent() {
|
|
return rent;
|
|
}
|
|
|
|
public void setRent(String rent) {
|
|
this.rent = rent;
|
|
}
|
|
|
|
public String getRentList() {
|
|
return rentList;
|
|
}
|
|
|
|
public void setRentList(String rentList) {
|
|
this.rentList = rentList;
|
|
}
|
|
|
|
public String getPlanDate() {
|
|
return planDate;
|
|
}
|
|
|
|
public void setPlanDate(String planDate) {
|
|
this.planDate = planDate;
|
|
}
|
|
|
|
public String getYearRate() {
|
|
return yearRate;
|
|
}
|
|
|
|
public void setYearRate(String yearRate) {
|
|
this.yearRate = yearRate;
|
|
}
|
|
|
|
public String getFinanceCorpus() {
|
|
return financeCorpus;
|
|
}
|
|
|
|
public void setFinanceCorpus(String financeCorpus) {
|
|
this.financeCorpus = financeCorpus;
|
|
}
|
|
|
|
public String getFinanceInterest() {
|
|
return financeInterest;
|
|
}
|
|
|
|
public void setFinanceInterest(String financeInterest) {
|
|
this.financeInterest = financeInterest;
|
|
}
|
|
|
|
public String getFinanceCorpusOverage() {
|
|
return financeCorpusOverage;
|
|
}
|
|
|
|
public void setFinanceCorpusOverage(String financeCorpusOverage) {
|
|
this.financeCorpusOverage = financeCorpusOverage;
|
|
}
|
|
|
|
public String getBusinessCorpus() {
|
|
return businessCorpus;
|
|
}
|
|
|
|
public void setBusinessCorpus(String businessCorpus) {
|
|
this.businessCorpus = businessCorpus;
|
|
}
|
|
|
|
public String getBusinessInterest() {
|
|
return businessInterest;
|
|
}
|
|
|
|
public void setBusinessInterest(String businessInterest) {
|
|
this.businessInterest = businessInterest;
|
|
}
|
|
|
|
public String getBusinessCorpusOverage() {
|
|
return businessCorpusOverage;
|
|
}
|
|
|
|
public void setBusinessCorpusOverage(String businessCorpusOverage) {
|
|
this.businessCorpusOverage = businessCorpusOverage;
|
|
}
|
|
|
|
public String getOverageRent() {
|
|
return overageRent;
|
|
}
|
|
|
|
public void setOverageRent(String overageRent) {
|
|
this.overageRent = overageRent;
|
|
}
|
|
|
|
public String getOverageCorpus() {
|
|
return overageCorpus;
|
|
}
|
|
|
|
public void setOverageCorpus(String overageCorpus) {
|
|
this.overageCorpus = overageCorpus;
|
|
}
|
|
|
|
public String getOverageInterest() {
|
|
return overageInterest;
|
|
}
|
|
|
|
public void setOverageInterest(String overageInterest) {
|
|
this.overageInterest = overageInterest;
|
|
}
|
|
|
|
public String getAdjustRent() {
|
|
return adjustRent;
|
|
}
|
|
|
|
public void setAdjustRent(String adjustRent) {
|
|
this.adjustRent = adjustRent;
|
|
}
|
|
|
|
public String getAdjustCorpus() {
|
|
return adjustCorpus;
|
|
}
|
|
|
|
public void setAdjustCorpus(String adjustCorpus) {
|
|
this.adjustCorpus = adjustCorpus;
|
|
}
|
|
|
|
public String getAdjustInterest() {
|
|
return adjustInterest;
|
|
}
|
|
|
|
public void setAdjustInterest(String adjustInterest) {
|
|
this.adjustInterest = adjustInterest;
|
|
}
|
|
|
|
public String getAllRemainRent() {
|
|
return allRemainRent;
|
|
}
|
|
|
|
public void setAllRemainRent(String allRemainRent) {
|
|
this.allRemainRent = allRemainRent;
|
|
}
|
|
|
|
public String getAllRemainCorpus() {
|
|
return allRemainCorpus;
|
|
}
|
|
|
|
public void setAllRemainCorpus(String allRemainCorpus) {
|
|
this.allRemainCorpus = allRemainCorpus;
|
|
}
|
|
|
|
public String getAllRemainInterest() {
|
|
return allRemainInterest;
|
|
}
|
|
|
|
public void setAllRemainInterest(String allRemainInterest) {
|
|
this.allRemainInterest = allRemainInterest;
|
|
}
|
|
}
|