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