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