public class TaxRate extends DecimalBasedErpType<TaxRate>
Element: MSATZ_F05L Domain: PRZ43V Length: 4 Type: P Decimals: 3
Constructor and Description |
---|
TaxRate(BigDecimal value) |
TaxRate(double value) |
TaxRate(float value) |
TaxRate(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getDecimals() |
int |
getMaxLength() |
Class<TaxRate> |
getType() |
boolean |
isSigned() |
static TaxRate |
of(BigDecimal value) |
static TaxRate |
of(double value) |
static TaxRate |
of(float value) |
static TaxRate |
of(String value) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public TaxRate(String value)
public TaxRate(BigDecimal value)
public TaxRate(float value)
public TaxRate(double value)
public static TaxRate of(BigDecimal value)
public static TaxRate of(float value)
public static TaxRate of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<TaxRate>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<TaxRate>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<TaxRate>
public Class<TaxRate> getType()
getType
in class DecimalBasedErpType<TaxRate>
Copyright © 2018 SAP SE. All rights reserved.