Package | Description |
---|---|
org.openinvoice.ubl4j.core.common.text |
Provides classes and interfaces for rendering
InvoiceType elements to various output format including
TeX, PDF and HTML. |
org.openinvoice.ubl4j.util |
Contains miscellaneous utility classes
|
Modifier and Type | Method and Description |
---|---|
void |
QuantityConverter.convert(WorkTimeUnit targetWorkTimeUnit,
BigDecimal numberOfHoursInDay) |
Modifier and Type | Class and Description |
---|---|
static class |
WorkTimeUnit.Days |
static class |
WorkTimeUnit.Hours |
Modifier and Type | Method and Description |
---|---|
static WorkTimeUnit |
WorkTimeUnit.createInstance(String key,
BigDecimal numberOfHoursInDay) |
static WorkTimeUnit |
UBL4JConfigurationBeanBuilder.getDisplayWorkTimeUnit() |
WorkTimeUnit |
UBL4JConfigurationBean.getDisplayWorkTimeUnit()
Gets the
WorkTimeUnit that is included in the printable invoice. |
static WorkTimeUnit |
UBL4JConfigurationBeanBuilder.getPersistenceWorkTimeUnit() |
WorkTimeUnit |
UBL4JConfigurationBean.getPersistenceWorkTimeUnit()
Gets the
persistenceWorkTimeUnit that is used for invoice calculation and persisted. |
Modifier and Type | Method and Description |
---|---|
void |
UBL4JConfigurationBean.setDisplayWorkTimeUnit(WorkTimeUnit displayWorkTimeUnit)
Sets the
WorkTimeUnit that is used for rendering the invoice output; by default, it's initialised based
on the value of org.openinvoice.ubl4j.util.WorkTimeUnit.display.unit property. |
void |
UBL4JConfigurationBean.setPersistenceWorkTimeUnit(WorkTimeUnit persistenceWorkTimeUnit)
Sets the
WorkTimeUnit that is used for the invoice calculation; by default, it's initialised based
on the value of org.openinvoice.ubl4j.util.WorkTimeUnit.persistence.unit property. |
Copyright © 2011-2013 Plain Source. All Rights Reserved.