public class CostingNumber extends IntegerBasedErpType<CostingNumber>
Domain: CK_KALNR Length: 12 Type: NUMC Decimals: 0
Constructor and Description |
---|
CostingNumber(int value) |
CostingNumber(long value) |
CostingNumber(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
Class<CostingNumber> |
getType() |
boolean |
isSigned() |
static CostingNumber |
of(int value) |
static CostingNumber |
of(long value) |
static CostingNumber |
of(String value) |
byteValue, equals, getTypeConverter, getValue, hashCode, intValue, longValue, shortValue, toString
public CostingNumber(String value)
public CostingNumber(int value)
public CostingNumber(long value)
public static CostingNumber of(String value)
public static CostingNumber of(int value)
public static CostingNumber of(long value)
public int getMaxLength()
public boolean isSigned()
public Class<CostingNumber> getType()
Copyright © 2017 SAP SE. All rights reserved.