public class FixedAssetInvestmentSupportKey extends Object
Structure: BAPI1022_INV_SUPPORT
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetInvestmentSupportKey.FixedAssetInvestmentSupportKeyBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetInvestmentSupportKey.FixedAssetInvestmentSupportKeyBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
TypeOfChange |
getChangeInd()
Field name: CHANGE_IND
|
InvestmentSupportKey |
getInvSupportKey()
Field name: INV_SUPPORT_KEY
|
int |
hashCode() |
void |
setChangeInd(TypeOfChange changeInd)
Field name: CHANGE_IND
|
void |
setInvSupportKey(InvestmentSupportKey invSupportKey)
Field name: INV_SUPPORT_KEY
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetInvestmentSupportKey.FixedAssetInvestmentSupportKeyBuilder builder()
@Nullable public TypeOfChange getChangeInd()
Type element: CDCHNGIND Domain name: CDCHNGIND Internal type: CHAR Description: Type of Change Max length: 1
@Nullable public InvestmentSupportKey getInvSupportKey()
Type element: INVSL Domain name: INVSL Internal type: CHAR Description: Investment Support Key Max length: 2
public void setChangeInd(@Nullable TypeOfChange changeInd)
Type element: CDCHNGIND Domain name: CDCHNGIND Internal type: CHAR Description: Type of Change Max length: 1
public void setInvSupportKey(@Nullable InvestmentSupportKey invSupportKey)
Type element: INVSL Domain name: INVSL Internal type: CHAR Description: Investment Support Key Max length: 2
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.