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)
@Nonnull public static TaxBaseUnit of(String value)
@Nonnull public static TaxBaseUnit of(BigDecimal value)
@Nonnull public static TaxBaseUnit of(float value)
@Nonnull 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>
@Nonnull public Class<TaxBaseUnit> getType()
getType
in class DecimalBasedErpType<TaxBaseUnit>
Copyright © 2019 SAP SE. All rights reserved.