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