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