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