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