public final class Order extends Object implements RelevantNullChecker
| Modifier and Type | Class and Description |
|---|---|
static class |
Order.Status |
| Constructor and Description |
|---|
Order() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic Date getBeginOn()
public Date getCreatedDate()
public String getCurrency()
public Customer getCustomer()
public void setCustomerIf(Customer customer)
public Long getId()
public String getInvoiceType()
public List<PricingItem> getItems()
public Order setItems(List<PricingItem> items)
public Date getLastBillingDate()
public Date getModificationDate()
public Date getNextBillingDate()
public Integer getNumberOfDays()
public String getPeriodicity()
public String getStatus()
public Double getTotalPrice()
public Double getTotalPriceExclVat()
public Double getTotalVatBase()
public boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.