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