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