public class GLAccountNumber extends StringBasedErpType<GLAccountNumber>
Domain: SAKNR Length: 10 Type: CHAR Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Constructor and Description |
---|
GLAccountNumber(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<GLAccountNumber> |
getType() |
ErpTypeConverter<GLAccountNumber> |
getTypeConverter() |
static GLAccountNumber |
of(String value) |
compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public GLAccountNumber(String value)
public static GLAccountNumber of(String value)
public ErpTypeConverter<GLAccountNumber> getTypeConverter()
public Class<GLAccountNumber> getType()
getType
in class StringBasedErpType<GLAccountNumber>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<GLAccountNumber>
public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<GLAccountNumber>
Copyright © 2017 SAP SE. All rights reserved.