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