public class AccountingDocumentLineItemNumber extends IntegerBasedErpType<AccountingDocumentLineItemNumber>
Domain: POSNR_ACC Length: 10 Type: NUMC Decimals: 0
Constructor and Description |
---|
AccountingDocumentLineItemNumber(int value) |
AccountingDocumentLineItemNumber(long value) |
AccountingDocumentLineItemNumber(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
Class<AccountingDocumentLineItemNumber> |
getType() |
boolean |
isSigned() |
static AccountingDocumentLineItemNumber |
of(int value) |
static AccountingDocumentLineItemNumber |
of(long value) |
static AccountingDocumentLineItemNumber |
of(String value) |
byteValue, equals, getTypeConverter, getValue, hashCode, intValue, longValue, shortValue, toString
public AccountingDocumentLineItemNumber(String value)
public AccountingDocumentLineItemNumber(int value)
public AccountingDocumentLineItemNumber(long value)
public static AccountingDocumentLineItemNumber of(String value)
public static AccountingDocumentLineItemNumber of(int value)
public static AccountingDocumentLineItemNumber of(long value)
public int getMaxLength()
public boolean isSigned()
public Class<AccountingDocumentLineItemNumber> getType()
Copyright © 2018 SAP SE. All rights reserved.