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