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