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