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