| Package | Description |
|---|---|
| com.sohnar.trafficlite.datamodel.entity.financial | |
| com.sohnar.trafficlite.datamodel.enums | |
| com.sohnar.trafficlite.transfer.financial |
| Modifier and Type | Field and Description |
|---|---|
private TaxRoundingMode |
TaxTypeEntity.taxRoundingMode |
| Modifier and Type | Method and Description |
|---|---|
TaxRoundingMode |
TaxTypeEntity.getTaxRoundingMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaxTypeEntity.setTaxRoundingMode(TaxRoundingMode taxRoundingMode) |
| Modifier and Type | Method and Description |
|---|---|
static TaxRoundingMode |
TaxRoundingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxRoundingMode[] |
TaxRoundingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private TaxRoundingMode |
TaxTypeTO.taxRoundingMode |
| Modifier and Type | Method and Description |
|---|---|
TaxRoundingMode |
TaxTypeTO.getTaxRoundingMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaxTypeTO.setTaxRoundingMode(TaxRoundingMode taxRoundingMode) |
| Constructor and Description |
|---|
TaxTypeTO(Long id,
String name,
String description,
BigDecimal rate,
TaxRoundingMode taxRoundingMode,
String externalCode) |
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.