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() |
boolean |
equals(Object o) |
MainAssetNumber |
getAsset()
Field name: ASSET
|
ChangeDocumentsChangeType |
getChangeInd()
Field name: CHANGE_IND
|
KeyForInvestmentSupportMeasures |
getInvSupportKey()
Field name: INV_SUPPORT_KEY
|
AssetSubnumber |
getSubnumber()
Field name: SUBNUMBER
|
int |
hashCode() |
void |
setAsset(MainAssetNumber asset)
Field name: ASSET
|
void |
setChangeInd(ChangeDocumentsChangeType changeInd)
Field name: CHANGE_IND
|
void |
setInvSupportKey(KeyForInvestmentSupportMeasures invSupportKey)
Field name: INV_SUPPORT_KEY
|
void |
setSubnumber(AssetSubnumber subnumber)
Field name: SUBNUMBER
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static FixedAssetInvestmentSupportMeasure.FixedAssetInvestmentSupportMeasureBuilder builder()
@Nullable @Generated(value="lombok") public MainAssetNumber getAsset()
Domain name: BF_ANLN1 Internal type: C Max length: 12
@Nullable @Generated(value="lombok") public AssetSubnumber getSubnumber()
Domain name: BF_ANLN2 Internal type: C Max length: 4
@Nullable @Generated(value="lombok") public KeyForInvestmentSupportMeasures getInvSupportKey()
Domain name: INVSL Internal type: C Max length: 2
@Nullable @Generated(value="lombok") public ChangeDocumentsChangeType getChangeInd()
Domain name: CDCHNGIND Internal type: C Max length: 1
@Generated(value="lombok") public void setAsset(@Nullable MainAssetNumber asset)
Domain name: BF_ANLN1 Internal type: C Max length: 12
@Generated(value="lombok") public void setSubnumber(@Nullable AssetSubnumber subnumber)
Domain name: BF_ANLN2 Internal type: C Max length: 4
@Generated(value="lombok") public void setInvSupportKey(@Nullable KeyForInvestmentSupportMeasures invSupportKey)
Domain name: INVSL Internal type: C Max length: 2
@Generated(value="lombok") public void setChangeInd(@Nullable ChangeDocumentsChangeType changeInd)
Domain name: CDCHNGIND Internal type: C Max length: 1
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.