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