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