package com.idea.oa.apply.model; import java.io.Serializable; import java.util.Date; public class ApplyWorkReceivable implements Serializable { private String id; private String planno; private String planstatus; private String ctrid; private String contractno; private String custid; private String custname; private String proid; private String proname; private String chargedby; private Date ardate; private Double aramount; private String arname; private String receiptno; private Date receiptdate; private Double receiptamount; private Date receivedate; private Double receiveamount; private Double adjustamount; private String dealedby; private Date dealedat; private Date noticedate; private String updatedby; private Date createdat; private Date updatedat; private String sysId; private String deliverymethod; private Date deliverydate; private String receiveuser; private String supplement; private String paymentmethod; private String othermethod; private Double cashamount; private Double telegraphicamount; private Double otheramount; private String adjustuser; private String groupId; private String adjustreason; private String paymentnotes; private String adjustexplain; private static final long serialVersionUID = 1L; public String getId() { return id; } public void setId(String id) { this.id = id == null ? null : id.trim(); } public String getPlanno() { return planno; } public void setPlanno(String planno) { this.planno = planno == null ? null : planno.trim(); } public String getPlanstatus() { return planstatus; } public void setPlanstatus(String planstatus) { this.planstatus = planstatus == null ? null : planstatus.trim(); } public String getCtrid() { return ctrid; } public void setCtrid(String ctrid) { this.ctrid = ctrid == null ? null : ctrid.trim(); } public String getContractno() { return contractno; } public void setContractno(String contractno) { this.contractno = contractno == null ? null : contractno.trim(); } public String getCustid() { return custid; } public void setCustid(String custid) { this.custid = custid == null ? null : custid.trim(); } public String getCustname() { return custname; } public void setCustname(String custname) { this.custname = custname == null ? null : custname.trim(); } public String getProid() { return proid; } public void setProid(String proid) { this.proid = proid == null ? null : proid.trim(); } public String getProname() { return proname; } public void setProname(String proname) { this.proname = proname == null ? null : proname.trim(); } public String getChargedby() { return chargedby; } public void setChargedby(String chargedby) { this.chargedby = chargedby == null ? null : chargedby.trim(); } public Date getArdate() { return ardate; } public void setArdate(Date ardate) { this.ardate = ardate; } public Double getAramount() { return aramount; } public void setAramount(Double aramount) { this.aramount = aramount; } public String getArname() { return arname; } public void setArname(String arname) { this.arname = arname == null ? null : arname.trim(); } public String getReceiptno() { return receiptno; } public void setReceiptno(String receiptno) { this.receiptno = receiptno == null ? null : receiptno.trim(); } public Date getReceiptdate() { return receiptdate; } public void setReceiptdate(Date receiptdate) { this.receiptdate = receiptdate; } public Double getReceiptamount() { return receiptamount; } public void setReceiptamount(Double receiptamount) { this.receiptamount = receiptamount; } public Date getReceivedate() { return receivedate; } public void setReceivedate(Date receivedate) { this.receivedate = receivedate; } public Double getReceiveamount() { return receiveamount; } public void setReceiveamount(Double receiveamount) { this.receiveamount = receiveamount; } public Double getAdjustamount() { return adjustamount; } public void setAdjustamount(Double adjustamount) { this.adjustamount = adjustamount; } public String getDealedby() { return dealedby; } public void setDealedby(String dealedby) { this.dealedby = dealedby == null ? null : dealedby.trim(); } public Date getDealedat() { return dealedat; } public void setDealedat(Date dealedat) { this.dealedat = dealedat; } public Date getNoticedate() { return noticedate; } public void setNoticedate(Date noticedate) { this.noticedate = noticedate; } public String getUpdatedby() { return updatedby; } public void setUpdatedby(String updatedby) { this.updatedby = updatedby == null ? null : updatedby.trim(); } public Date getCreatedat() { return createdat; } public void setCreatedat(Date createdat) { this.createdat = createdat; } public Date getUpdatedat() { return updatedat; } public void setUpdatedat(Date updatedat) { this.updatedat = updatedat; } public String getSysId() { return sysId; } public void setSysId(String sysId) { this.sysId = sysId == null ? null : sysId.trim(); } public String getDeliverymethod() { return deliverymethod; } public void setDeliverymethod(String deliverymethod) { this.deliverymethod = deliverymethod == null ? null : deliverymethod.trim(); } public Date getDeliverydate() { return deliverydate; } public void setDeliverydate(Date deliverydate) { this.deliverydate = deliverydate; } public String getReceiveuser() { return receiveuser; } public void setReceiveuser(String receiveuser) { this.receiveuser = receiveuser == null ? null : receiveuser.trim(); } public String getSupplement() { return supplement; } public void setSupplement(String supplement) { this.supplement = supplement == null ? null : supplement.trim(); } public String getPaymentmethod() { return paymentmethod; } public void setPaymentmethod(String paymentmethod) { this.paymentmethod = paymentmethod == null ? null : paymentmethod.trim(); } public String getOthermethod() { return othermethod; } public void setOthermethod(String othermethod) { this.othermethod = othermethod == null ? null : othermethod.trim(); } public Double getCashamount() { return cashamount; } public void setCashamount(Double cashamount) { this.cashamount = cashamount; } public Double getTelegraphicamount() { return telegraphicamount; } public void setTelegraphicamount(Double telegraphicamount) { this.telegraphicamount = telegraphicamount; } public Double getOtheramount() { return otheramount; } public void setOtheramount(Double otheramount) { this.otheramount = otheramount; } public String getAdjustuser() { return adjustuser; } public void setAdjustuser(String adjustuser) { this.adjustuser = adjustuser == null ? null : adjustuser.trim(); } public String getGroupId() { return groupId; } public void setGroupId(String groupId) { this.groupId = groupId == null ? null : groupId.trim(); } public String getAdjustreason() { return adjustreason; } public void setAdjustreason(String adjustreason) { this.adjustreason = adjustreason == null ? null : adjustreason.trim(); } public String getPaymentnotes() { return paymentnotes; } public void setPaymentnotes(String paymentnotes) { this.paymentnotes = paymentnotes == null ? null : paymentnotes.trim(); } public String getAdjustexplain() { return adjustexplain; } public void setAdjustexplain(String adjustexplain) { this.adjustexplain = adjustexplain == null ? null : adjustexplain.trim(); } }