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