public class InvoiceCreationInput extends AbstractInvoiceInput implements InvoiceInput
Constructor and Description |
---|
InvoiceCreationInput() |
InvoiceCreationInput(UBL4JConfigurationBean ubl4JConfigurationBean) |
Modifier and Type | Method and Description |
---|---|
OutputFormat |
getInvoiceOutputFormat() |
OutputStream |
getInvoiceOutputStream() |
com.plainsource.commons.text.template.Template |
getInvoiceOutputTemplate() |
URI |
getInvoiceOutputURI() |
boolean |
isRenderingEnabled() |
void |
setInvoiceOutputFormat(OutputFormat invoiceOutputFormat) |
void |
setInvoiceOutputStream(OutputStream invoiceOutputStream) |
void |
setInvoiceOutputTemplate(com.plainsource.commons.text.template.Template invoiceOutputTemplate) |
void |
setInvoiceOutputURI(URI invoiceOutputURI) |
void |
setRenderingEnabled(boolean renderingEnabled) |
String |
toString() |
formatKeyValue, getUbl4jConfigurationBean, setUbl4jConfigurationBean
public InvoiceCreationInput(UBL4JConfigurationBean ubl4JConfigurationBean)
public InvoiceCreationInput()
public OutputFormat getInvoiceOutputFormat()
public void setInvoiceOutputFormat(OutputFormat invoiceOutputFormat)
public com.plainsource.commons.text.template.Template getInvoiceOutputTemplate()
public void setInvoiceOutputTemplate(com.plainsource.commons.text.template.Template invoiceOutputTemplate)
public URI getInvoiceOutputURI()
public void setInvoiceOutputURI(URI invoiceOutputURI) throws IOException
IOException
public boolean isRenderingEnabled()
public void setRenderingEnabled(boolean renderingEnabled)
public OutputStream getInvoiceOutputStream()
public void setInvoiceOutputStream(OutputStream invoiceOutputStream)
Copyright © 2011-2013 Plain Source. All Rights Reserved.