public final class Expenditure extends Object
| Constructor and Description |
|---|
Expenditure() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBill() |
String |
getBillNumber() |
Date |
getDateOfIssue() |
Date |
getDateOfTaxable() |
List<PricingItem> |
getItems() |
ExpenditurePayment |
getPayment() |
Supplier |
getSupplier() |
String |
getType() |
Expenditure |
setBill(Long bill) |
Expenditure |
setBillNumber(String billNumber) |
Expenditure |
setDateOfIssue(Date dateOfIssue) |
Expenditure |
setDateOfTaxable(Date dateOfTaxable) |
Expenditure |
setItems(List<PricingItem> items) |
Expenditure |
setPayment(ExpenditurePayment payment) |
Expenditure |
setSupplier(Supplier supplier) |
Expenditure |
setType(String type) |
public Long getBill()
public Expenditure setBill(Long bill)
public String getBillNumber()
public Expenditure setBillNumber(String billNumber)
public Date getDateOfIssue()
public Expenditure setDateOfIssue(Date dateOfIssue)
public Date getDateOfTaxable()
public Expenditure setDateOfTaxable(Date dateOfTaxable)
public List<PricingItem> getItems()
public Expenditure setItems(List<PricingItem> items)
public ExpenditurePayment getPayment()
public Expenditure setPayment(ExpenditurePayment payment)
public Supplier getSupplier()
public Expenditure setSupplier(Supplier supplier)
public String getType()
public Expenditure setType(String type)
Copyright © 2020. All rights reserved.