public class FixedAssetInvestmentSupportMeasure extends Object
Structure: BAPI1022_INV_SUPPORT_PID
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetInvestmentSupportMeasure.FixedAssetInvestmentSupportMeasureBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetInvestmentSupportMeasure.FixedAssetInvestmentSupportMeasureBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
MainAssetNumber12 |
getAsset()
Field name: ASSET
|
TypeOfChange |
getChangeInd()
Field name: CHANGE_IND
|
InvestmentSupportKey |
getInvSupportKey()
Field name: INV_SUPPORT_KEY
|
AssetSubnumber4 |
getSubnumber()
Field name: SUBNUMBER
|
int |
hashCode() |
void |
setAsset(MainAssetNumber12 asset)
Field name: ASSET
|
void |
setChangeInd(TypeOfChange changeInd)
Field name: CHANGE_IND
|
void |
setInvSupportKey(InvestmentSupportKey invSupportKey)
Field name: INV_SUPPORT_KEY
|
void |
setSubnumber(AssetSubnumber4 subnumber)
Field name: SUBNUMBER
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetInvestmentSupportMeasure.FixedAssetInvestmentSupportMeasureBuilder builder()
@Nullable public MainAssetNumber12 getAsset()
Type element: BF_ANLN1 Domain name: BF_ANLN1 Internal type: CHAR Description: Main Asset Number Max length: 12
@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
@Nullable public AssetSubnumber4 getSubnumber()
Type element: BF_ANLN2 Domain name: BF_ANLN2 Internal type: CHAR Description: Asset Subnumber Max length: 4
public void setAsset(@Nullable MainAssetNumber12 asset)
Type element: BF_ANLN1 Domain name: BF_ANLN1 Internal type: CHAR Description: Main Asset Number Max length: 12
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
public void setSubnumber(@Nullable AssetSubnumber4 subnumber)
Type element: BF_ANLN2 Domain name: BF_ANLN2 Internal type: CHAR Description: Asset Subnumber Max length: 4
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.