public class AbstractInvoiceOutput extends Object implements InvoiceOutput
Constructor and Description |
---|
AbstractInvoiceOutput(InvoiceInput input) |
Modifier and Type | Method and Description |
---|---|
boolean |
addException(Exception e) |
String |
formatKeyValue(String key,
String value) |
List<Throwable> |
getExceptions() |
InvoiceInput |
getInput() |
boolean |
isErroneous() |
void |
setInput(InvoiceInput input) |
String |
toString() |
public AbstractInvoiceOutput(InvoiceInput input)
public InvoiceInput getInput()
public void setInput(InvoiceInput input)
public boolean addException(Exception e)
public boolean isErroneous()
isErroneous
in interface InvoiceOutput
Copyright © 2011-2013 Plain Source. All Rights Reserved.