public class NumberOfLeasePayments extends IntegerBasedErpType<NumberOfLeasePayments>
Element: BF_LEANZ Domain: DEC5 Length: 3 Type: P Decimals: 0
Constructor and Description |
---|
NumberOfLeasePayments(int value) |
NumberOfLeasePayments(long value) |
NumberOfLeasePayments(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
Class<NumberOfLeasePayments> |
getType() |
boolean |
isSigned() |
static NumberOfLeasePayments |
of(int value) |
static NumberOfLeasePayments |
of(long value) |
static NumberOfLeasePayments |
of(String value) |
byteValue, canEqual, equals, getTypeConverter, getValue, hashCode, intValue, longValue, shortValue, toString
public NumberOfLeasePayments(String value)
public NumberOfLeasePayments(int value)
public NumberOfLeasePayments(long value)
@Nonnull public static NumberOfLeasePayments of(String value)
@Nonnull public static NumberOfLeasePayments of(int value)
@Nonnull public static NumberOfLeasePayments of(long value)
public int getMaxLength()
getMaxLength
in class IntegerBasedErpType<NumberOfLeasePayments>
public boolean isSigned()
isSigned
in class IntegerBasedErpType<NumberOfLeasePayments>
@Nonnull public Class<NumberOfLeasePayments> getType()
getType
in class IntegerBasedErpType<NumberOfLeasePayments>
Copyright © 2019 SAP SE. All rights reserved.