public class ProfitCenterLanguage extends Object
Structure: BAPI0015_10
Modifier and Type | Class and Description |
---|---|
static class |
ProfitCenterLanguage.ProfitCenterLanguageBuilder |
Modifier and Type | Method and Description |
---|---|
static ProfitCenterLanguage.ProfitCenterLanguageBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
LanguageKey |
getLangu()
Field name: LANGU
|
TwoCharacterSapLanguageCode |
getLanguIso()
Field name: LANGU_ISO
|
int |
hashCode() |
void |
setLangu(LanguageKey langu)
Field name: LANGU
|
void |
setLanguIso(TwoCharacterSapLanguageCode languIso)
Field name: LANGU_ISO
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static ProfitCenterLanguage.ProfitCenterLanguageBuilder builder()
@Nullable public LanguageKey getLangu()
Type element: SPRAS Domain name: SPRAS Internal type: LANG Description: Language Key Max length: 1
@Nullable public TwoCharacterSapLanguageCode getLanguIso()
Type element: LAISO Domain name: LAISO Internal type: CHAR Description: 2-Character SAP Language Code Max length: 2
public void setLangu(@Nullable LanguageKey langu)
Type element: SPRAS Domain name: SPRAS Internal type: LANG Description: Language Key Max length: 1
public void setLanguIso(@Nullable TwoCharacterSapLanguageCode languIso)
Type element: LAISO Domain name: LAISO Internal type: CHAR Description: 2-Character SAP Language Code Max length: 2
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.