public class ElectronicInvoiceOrder extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
INVOICE_ORDER_NOT_REJECTED |
static boolean |
INVOICE_ORDER_REJECTED |
Constructor and Description |
---|
ElectronicInvoiceOrder() |
public static boolean INVOICE_ORDER_REJECTED
public static boolean INVOICE_ORDER_NOT_REJECTED
public ElectronicInvoiceOrder()
public ElectronicInvoiceItem getElectronicInvoiceItemByPOLineNumber(Integer poLineNumber)
public ElectronicInvoicePostalAddress getCxmlPostalAddressByRoleID(String roleID, String addressName)
roleID
- Cxml role id attribute valueaddressName
- Cxml name attribute of postaladdress tagpublic ElectronicInvoiceContact getCxmlContactByRoleID(String roleID)
public Date getInvoiceShippingDate()
public String getInvoiceShippingDateString()
public String getInvoiceTaxDescription()
public String getInvoiceShippingDescription()
public String getInvoiceSpecialHandlingDescription()
public BigDecimal getInvoiceSubTotalAmount()
public BigDecimal getInvoiceTaxAmount()
public BigDecimal getInvoiceSpecialHandlingAmount()
public BigDecimal getInvoiceShippingAmount()
public BigDecimal getInvoiceGrossAmount()
public BigDecimal getInvoiceDiscountAmount()
public BigDecimal getInvoiceNetAmount()
public void addRejectReasonToList(ElectronicInvoiceRejectReason reason)
public void setMasterAgreementIDInfoDateString(String masterAgreementIDInfoDateString)
masterAgreementIDInfoDateString
- The masterAgreementIDInfoDateString to set.public void setMasterAgreementReferenceDateString(String masterAgreementReferenceDateString)
masterAgreementReferenceDateString
- The masterAgreementReferenceDateString to set.public void setOrderIDInfoDateString(String orderIDInfoDateString)
orderIDInfoDateString
- The orderIDInfoDateString to set.public List<ElectronicInvoiceItem> getInvoiceItems()
public void setInvoiceItems(List<ElectronicInvoiceItem> invoiceItems)
invoiceItems
- The invoiceItems to set.public String getInvoicePurchaseOrderID()
public void setInvoicePurchaseOrderID(String invoicePurchaseOrderID)
invoicePurchaseOrderID
- The invoicePurchaseOrderID to set.public Date getMasterAgreementIDInfoDate()
public void setMasterAgreementIDInfoDate(Date masterAgreementIDInfoDate)
masterAgreementIDInfoDate
- The masterAgreementIDInfoDate to set.public String getMasterAgreementIDInfoID()
public void setMasterAgreementIDInfoID(String masterAgreementIDInfoID)
masterAgreementIDInfoID
- The masterAgreementIDInfoID to set.public Date getMasterAgreementReferenceDate()
public void setMasterAgreementReferenceDate(Date masterAgreementReferenceDate)
masterAgreementReferenceDate
- The masterAgreementReferenceDate to set.public String getMasterAgreementReferenceID()
public void setMasterAgreementReferenceID(String masterAgreementReferenceID)
masterAgreementReferenceID
- The masterAgreementReferenceID to set.public Date getOrderIDInfoDate()
public void setOrderIDInfoDate(Date orderIDInfoDate)
orderIDInfoDate
- The orderIDInfoDate to set.public String getOrderIDInfoID()
public void setOrderIDInfoID(String orderIDInfoID)
orderIDInfoID
- The orderIDInfoID to set.public String getOrderReferenceDocumentRef()
public void setOrderReferenceDocumentRef(String orderReferenceDocumentRef)
orderReferenceDocumentRef
- The orderReferenceDocumentRef to set.public String getOrderReferenceDocumentRefPayloadID()
public void setOrderReferenceDocumentRefPayloadID(String orderReferenceDocumentRefPayloadID)
orderReferenceDocumentRefPayloadID
- The orderReferenceDocumentRefPayloadID to set.public String getOrderReferenceOrderID()
public void setOrderReferenceOrderID(String orderReferenceOrderID)
orderReferenceOrderID
- The orderReferenceOrderID to set.public List<ElectronicInvoiceRejectReason> getOrderRejectReasons()
public void setOrderRejectReasons(List<ElectronicInvoiceRejectReason> orderRejectReasons)
orderRejectReasons
- The orderRejectReasons to set.public String getPurchaseOrderCampusCode()
public void setPurchaseOrderCampusCode(String purchaseOrderCampusCode)
purchaseOrderCampusCode
- The purchaseOrderCampusCode to set.public Integer getPurchaseOrderID()
public void setPurchaseOrderID(Integer purchaseOrderID)
purchaseOrderID
- The purchaseOrderID to set.public boolean isRejected()
public void setRejected(boolean rejected)
rejected
- The rejected to set.public String getSupplierOrderInfoID()
public void setSupplierOrderInfoID(String supplierOrderInfoID)
supplierOrderInfoID
- The supplierOrderInfoID to set.public String getMasterAgreementIDInfoDateString()
public String getMasterAgreementReferenceDateString()
public String getOrderIDInfoDateString()
public void addInvoiceItem(ElectronicInvoiceItem electronicInvoiceItem)
public ElectronicInvoiceItem[] getInvoiceItemsAsArray()
public String getOrderReferenceOrderDateString()
public void setOrderReferenceOrderDateString(String orderReferenceOrderDateString)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.