| Package | Description |
|---|---|
| net.billforward.model | |
| net.billforward.model.amendments |
| Modifier and Type | Method and Description |
|---|---|
Invoice.InvoiceState |
Invoice.getState() |
static Invoice.InvoiceState |
Invoice.InvoiceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invoice.InvoiceState[] |
Invoice.InvoiceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Invoice[] |
Invoice.getByState(Invoice.InvoiceState invoiceState_) |
InvoiceRecalculationAmendment |
Invoice.recalculate(Invoice.InvoiceState newInvoiceState) |
| Modifier and Type | Method and Description |
|---|---|
Invoice.InvoiceState |
InvoiceRecalculationAmendment.getNewInvoiceState() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvoiceRecalculationAmendment.setNewInvoiceState(Invoice.InvoiceState newInvoiceState) |
Copyright © 2015 BillForward. All rights reserved.