123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- 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();
- }
- }
|