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) |
equals, getTypeConverter, getValue, hashCode, toString
public PaymentAmount(String value)
public PaymentAmount(BigDecimal value)
public PaymentAmount(float value)
public PaymentAmount(double value)
public static PaymentAmount of(String value)
public static PaymentAmount of(BigDecimal value)
public static PaymentAmount of(float value)
public static PaymentAmount of(double value)
public int getDecimals()
public int getMaxLength()
public boolean isSigned()
public Class<PaymentAmount> getType()
Copyright © 2018 SAP SE. All rights reserved.