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) |
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()
public int getMaxLength()
public boolean isSigned()
public Class<PriceTotalAmount> getType()
Copyright © 2018 SAP SE. All rights reserved.