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