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