295 lines
5.3 KiB
Plaintext
295 lines
5.3 KiB
Plaintext
package com.bonus.ma.beans;
|
|
|
|
public class MaLeaseBean {
|
|
private String agreementId;
|
|
private String agreementCode;
|
|
private String taskId;
|
|
private String unitId;
|
|
private String unitName;
|
|
private String projectId;
|
|
private String projectName;
|
|
private String typeName;
|
|
private String deviceName;
|
|
private String deviceModel;
|
|
private String modelId;
|
|
private String deviceUnit;
|
|
private String stockNum;
|
|
private String leaseNum;
|
|
private String returnNum;
|
|
private String usingNum;
|
|
private String buyPrice;
|
|
private String total;
|
|
private String keyWord;
|
|
|
|
private String useMoney;
|
|
private String maTypeName;
|
|
private String maModelName;
|
|
|
|
private String startTime;
|
|
private String endTime;
|
|
private String companyId;
|
|
|
|
private String bsName;
|
|
private String remark;
|
|
|
|
private String typeId;
|
|
|
|
private String dayDiff;
|
|
|
|
public String getRemark() {
|
|
return remark;
|
|
}
|
|
|
|
public void setRemark(String remark) {
|
|
this.remark = remark;
|
|
}
|
|
|
|
private String deviceCode;
|
|
|
|
public String getTypeId() {
|
|
return typeId;
|
|
}
|
|
|
|
public void setTypeId(String typeId) {
|
|
this.typeId = typeId;
|
|
}
|
|
|
|
public String getDayDiff() {
|
|
return dayDiff;
|
|
}
|
|
|
|
public void setDayDiff(String dayDiff) {
|
|
this.dayDiff = dayDiff;
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getDeviceCode() {
|
|
return deviceCode;
|
|
}
|
|
|
|
public void setDeviceCode(String deviceCode) {
|
|
this.deviceCode = deviceCode;
|
|
}
|
|
|
|
public String getBsName() {
|
|
return bsName;
|
|
}
|
|
|
|
public void setBsName(String bsName) {
|
|
this.bsName = bsName;
|
|
}
|
|
|
|
public String getCompanyId() {
|
|
return companyId;
|
|
}
|
|
|
|
public void setCompanyId(String companyId) {
|
|
this.companyId = companyId;
|
|
}
|
|
|
|
public String getStartTime() {
|
|
return startTime;
|
|
}
|
|
|
|
public void setStartTime(String startTime) {
|
|
this.startTime = startTime;
|
|
}
|
|
|
|
public String getEndTime() {
|
|
return endTime;
|
|
}
|
|
|
|
public void setEndTime(String endTime) {
|
|
this.endTime = endTime;
|
|
}
|
|
|
|
public String getModelId() {
|
|
return modelId;
|
|
}
|
|
|
|
public void setModelId(String modelId) {
|
|
this.modelId = modelId;
|
|
}
|
|
|
|
public String getTypeName() {
|
|
return typeName;
|
|
}
|
|
|
|
public void setTypeName(String typeName) {
|
|
this.typeName = typeName;
|
|
}
|
|
|
|
public String getKeyWord() {
|
|
return keyWord;
|
|
}
|
|
|
|
public void setKeyWord(String keyWord) {
|
|
this.keyWord = keyWord;
|
|
}
|
|
|
|
public String getAgreementId() {
|
|
return agreementId;
|
|
}
|
|
|
|
public void setAgreementId(String agreementId) {
|
|
this.agreementId = agreementId;
|
|
}
|
|
|
|
public String getAgreementCode() {
|
|
return agreementCode;
|
|
}
|
|
|
|
public void setAgreementCode(String agreementCode) {
|
|
this.agreementCode = agreementCode;
|
|
}
|
|
|
|
public String getTaskId() {
|
|
return taskId;
|
|
}
|
|
|
|
public void setTaskId(String taskId) {
|
|
this.taskId = taskId;
|
|
}
|
|
|
|
public String getUnitId() {
|
|
return unitId;
|
|
}
|
|
|
|
public void setUnitId(String unitId) {
|
|
this.unitId = unitId;
|
|
}
|
|
|
|
public String getUnitName() {
|
|
return unitName;
|
|
}
|
|
|
|
public void setUnitName(String unitName) {
|
|
this.unitName = unitName;
|
|
}
|
|
|
|
public String getProjectId() {
|
|
return projectId;
|
|
}
|
|
|
|
public void setProjectId(String projectId) {
|
|
this.projectId = projectId;
|
|
}
|
|
|
|
public String getProjectName() {
|
|
return projectName;
|
|
}
|
|
|
|
public void setProjectName(String projectName) {
|
|
this.projectName = projectName;
|
|
}
|
|
|
|
public String getDeviceName() {
|
|
return deviceName;
|
|
}
|
|
|
|
public void setDeviceName(String deviceName) {
|
|
this.deviceName = deviceName;
|
|
}
|
|
|
|
public String getDeviceModel() {
|
|
return deviceModel;
|
|
}
|
|
|
|
public void setDeviceModel(String deviceModel) {
|
|
this.deviceModel = deviceModel;
|
|
}
|
|
|
|
public String getDeviceUnit() {
|
|
return deviceUnit;
|
|
}
|
|
|
|
public void setDeviceUnit(String deviceUnit) {
|
|
this.deviceUnit = deviceUnit;
|
|
}
|
|
|
|
public String getStockNum() {
|
|
return stockNum;
|
|
}
|
|
|
|
public void setStockNum(String stockNum) {
|
|
this.stockNum = stockNum;
|
|
}
|
|
|
|
public String getLeaseNum() {
|
|
return leaseNum;
|
|
}
|
|
|
|
public void setLeaseNum(String leaseNum) {
|
|
this.leaseNum = leaseNum;
|
|
}
|
|
|
|
public String getReturnNum() {
|
|
return returnNum;
|
|
}
|
|
|
|
public void setReturnNum(String returnNum) {
|
|
this.returnNum = returnNum;
|
|
}
|
|
|
|
public String getUsingNum() {
|
|
return usingNum;
|
|
}
|
|
|
|
public void setUsingNum(String usingNum) {
|
|
this.usingNum = usingNum;
|
|
}
|
|
|
|
public String getBuyPrice() {
|
|
return buyPrice;
|
|
}
|
|
|
|
public void setBuyPrice(String buyPrice) {
|
|
this.buyPrice = buyPrice;
|
|
}
|
|
|
|
public String getTotal() {
|
|
return total;
|
|
}
|
|
|
|
public void setTotal(String total) {
|
|
this.total = total;
|
|
}
|
|
|
|
public String getUseMoney() {
|
|
return useMoney;
|
|
}
|
|
|
|
public void setUseMoney(String useMoney) {
|
|
this.useMoney = useMoney;
|
|
}
|
|
|
|
public String getMaTypeName() {
|
|
return maTypeName;
|
|
}
|
|
|
|
public void setMaTypeName(String maTypeName) {
|
|
this.maTypeName = maTypeName;
|
|
}
|
|
|
|
public String getMaModelName() {
|
|
return maModelName;
|
|
}
|
|
|
|
public void setMaModelName(String maModelName) {
|
|
this.maModelName = maModelName;
|
|
}
|
|
|
|
@Override
|
|
public String toString() {
|
|
return "MaLeaseBean [agreementId=" + agreementId + ", agreementCode=" + agreementCode + ", taskId=" + taskId
|
|
+ ", unitId=" + unitId + ", unitName=" + unitName + ", projectId=" + projectId + ", projectName="
|
|
+ projectName + ", deviceName=" + deviceName + ", deviceModel=" + deviceModel + ", deviceUnit="
|
|
+ deviceUnit + ", stockNum=" + stockNum + ", leaseNum=" + leaseNum + ", returnNum=" + returnNum
|
|
+ ", usingNum=" + usingNum + ", buyPrice=" + buyPrice + ", total=" + total + ", keyWord=" + keyWord
|
|
+ "]";
|
|
}
|
|
|
|
}
|