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