|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkTimeUnit | |
---|---|
org.openinvoice.ubl4j.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 |
Uses of WorkTimeUnit in org.openinvoice.ubl4j.text |
---|
Methods in org.openinvoice.ubl4j.text with parameters of type WorkTimeUnit | |
---|---|
void |
QuantityConverter.convert(WorkTimeUnit targetWorkTimeUnit,
BigDecimal numberOfHoursInDay)
|
Uses of WorkTimeUnit in org.openinvoice.ubl4j.util |
---|
Subclasses of WorkTimeUnit in org.openinvoice.ubl4j.util | |
---|---|
static class |
WorkTimeUnit.Days
|
static class |
WorkTimeUnit.Hours
|
Methods in org.openinvoice.ubl4j.util that return WorkTimeUnit | |
---|---|
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. |
Methods in org.openinvoice.ubl4j.util with parameters of type WorkTimeUnit | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |