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, equals, getTypeConverter, getValue, hashCode, intValue, longValue, shortValue, toString
public DaysForSecondCashDiscount(String value)
public DaysForSecondCashDiscount(int value)
public DaysForSecondCashDiscount(long value)
public static DaysForSecondCashDiscount of(String value)
public static DaysForSecondCashDiscount of(int value)
public static DaysForSecondCashDiscount of(long value)
public int getMaxLength()
public boolean isSigned()
public Class<DaysForSecondCashDiscount> getType()
Copyright © 2018 SAP SE. All rights reserved.