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) |
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()
public int getMaxLength()
public boolean isSigned()
public Class<ManuallyEnteredWithTaxAmountIn2NdLocalCurrency> getType()
Copyright © 2018 SAP SE. All rights reserved.