mirror of
https://github.com/dyiop/astute.git
synced 2025-04-06 21:30:20 -04:00
Add files via upload
This commit is contained in:
parent
e0dcddf1f5
commit
f9bb5d774f
|
@ -6,7 +6,11 @@ public class InvoiceMasterRequest {
|
||||||
String invoiceNumber;
|
String invoiceNumber;
|
||||||
Date invoiceDate;
|
Date invoiceDate;
|
||||||
String poNum;
|
String poNum;
|
||||||
String changeOrderNum;
|
int pmtStatus;
|
||||||
|
Double billAmt;
|
||||||
|
String specialNotes;
|
||||||
|
String certification;
|
||||||
|
int invoiceStatus;
|
||||||
|
|
||||||
public String getInvoiceNumber() {
|
public String getInvoiceNumber() {
|
||||||
|
|
||||||
|
@ -33,14 +37,6 @@ public class InvoiceMasterRequest {
|
||||||
this.poNum = poNum;
|
this.poNum = poNum;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getChangeOrderNum() {
|
|
||||||
return changeOrderNum;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setChangeOrderNum(String changeOrderNum) {
|
|
||||||
this.changeOrderNum = changeOrderNum;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getPmtStatus() {
|
public int getPmtStatus() {
|
||||||
return pmtStatus;
|
return pmtStatus;
|
||||||
}
|
}
|
||||||
|
@ -73,18 +69,11 @@ public class InvoiceMasterRequest {
|
||||||
this.certification = certification;
|
this.certification = certification;
|
||||||
}
|
}
|
||||||
|
|
||||||
int pmtStatus;
|
public int getInvoiceStatus() {
|
||||||
Double billAmt;
|
return invoiceStatus;
|
||||||
String specialNotes;
|
|
||||||
String certification;
|
|
||||||
|
|
||||||
public Date getPmtReceivedDate() {
|
|
||||||
return pmtReceivedDate;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setPmtReceivedDate(Date pmtReceivedDate) {
|
public void setInvoiceStatus(int invoiceStatus) {
|
||||||
this.pmtReceivedDate = pmtReceivedDate;
|
this.invoiceStatus = invoiceStatus;
|
||||||
}
|
}
|
||||||
|
|
||||||
Date pmtReceivedDate;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user