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