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() |
boolean |
equals(Object o) |
ChangeType |
getChangeInd()
Field name: CHANGE_IND
Type element: CDCHNGIND
Domain name: CDCHNGIND
Internal type: CHAR
Description: Change Type (U, I, E, D)
Max length: 1
|
InvestmentSupportKey |
getInvSupportKey()
Field name: INV_SUPPORT_KEY
Type element: INVSL
Domain name: INVSL
Internal type: CHAR
Description: Investment Support Key
Max length: 2
|
int |
hashCode() |
void |
setChangeInd(ChangeType changeInd)
Field name: CHANGE_IND
Type element: CDCHNGIND
Domain name: CDCHNGIND
Internal type: CHAR
Description: Change Type (U, I, E, D)
Max length: 1
|
void |
setInvSupportKey(InvestmentSupportKey invSupportKey)
Field name: INV_SUPPORT_KEY
Type element: INVSL
Domain name: INVSL
Internal type: CHAR
Description: Investment Support Key
Max length: 2
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetInvestmentSupportKey.FixedAssetInvestmentSupportKeyBuilder builder()
@Nullable public ChangeType getChangeInd()
Type element: CDCHNGIND Domain name: CDCHNGIND Internal type: CHAR Description: Change Type (U, I, E, D) 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 ChangeType changeInd)
Type element: CDCHNGIND Domain name: CDCHNGIND Internal type: CHAR Description: Change Type (U, I, E, D) 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
Copyright © 2018 SAP SE. All rights reserved.