public final class PurchaseOrder extends Object
| Constructor and Description |
|---|
PurchaseOrder() |
public Date getBeginOn()
public PurchaseOrder setBeginOn(Date beginOn)
public Date getCreatedDate()
public PurchaseOrder setCreatedDate(Date createdDate)
public Creditor getCreditor()
public PurchaseOrder setCreditor(Creditor creditor)
public String getCurrency()
public PurchaseOrder setCurrency(String currency)
public Customer getCustomer()
public PurchaseOrder setCustomer(Customer customer)
public Long getId()
public PurchaseOrder setId(Long id)
public String getInvoiceType()
public PurchaseOrder setInvoiceType(String invoiceType)
public List<IncomingInvoice> getInvoices()
public PurchaseOrder setInvoices(List<IncomingInvoice> invoices)
public List<PricingItem> getItems()
public PurchaseOrder setItems(List<PricingItem> items)
public Date getLastBillingDate()
public PurchaseOrder setLastBillingDate(Date lastBillingDate)
public Date getModificationDate()
public PurchaseOrder setModificationDate(Date modificationDate)
public Date getNextBillingDate()
public PurchaseOrder setNextBillingDate(Date nextBillingDate)
public Integer getNumberOfDays()
public PurchaseOrder setNumberOfDays(Integer numberOfDays)
public String getPeriodicity()
public PurchaseOrder setPeriodicity(String periodicity)
public String getStatus()
public PurchaseOrder setStatus(String status)
public Double getTotalPrice()
public PurchaseOrder setTotalPrice(Double totalPrice)
public Double getTotalPriceExclVat()
public PurchaseOrder setTotalPriceExclVat(Double totalPriceExclVat)
public Double getTotalVatBase()
public PurchaseOrder setTotalVatBase(Double totalVatBase)
public String formattedName()
Copyright © 2020. All rights reserved.