public class FixedAssetAllocation extends Object
Structure: BAPI1022_FEGLG004_PID
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetAllocation.FixedAssetAllocationBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetAllocation.FixedAssetAllocationBuilder |
builder() |
boolean |
equals(Object o) |
MainAssetNumber |
getAsset()
Field name: ASSET
|
AssetNumber12 |
getAssetsupno()
Field name: ASSETSUPNO
|
ReasonForEnvironmentalInvestment |
getEnvirInvest()
Field name: ENVIR_INVEST
|
EvaluationGroups |
getEvalgroup1()
Field name: EVALGROUP1
|
EvaluationGroups |
getEvalgroup2()
Field name: EVALGROUP2
|
EvaluationGroups |
getEvalgroup3()
Field name: EVALGROUP3
|
EvaluationGroups |
getEvalgroup4()
Field name: EVALGROUP4
|
EvaluationGroup5 |
getEvalgroup5()
Field name: EVALGROUP5
|
ReasonForAssetInvestment |
getInvReason()
Field name: INV_REASON
|
AssetSubnumber |
getSubnumber()
Field name: SUBNUMBER
|
int |
hashCode() |
void |
setAsset(MainAssetNumber asset)
Field name: ASSET
|
void |
setAssetsupno(AssetNumber12 assetsupno)
Field name: ASSETSUPNO
|
void |
setEnvirInvest(ReasonForEnvironmentalInvestment envirInvest)
Field name: ENVIR_INVEST
|
void |
setEvalgroup1(EvaluationGroups evalgroup1)
Field name: EVALGROUP1
|
void |
setEvalgroup2(EvaluationGroups evalgroup2)
Field name: EVALGROUP2
|
void |
setEvalgroup3(EvaluationGroups evalgroup3)
Field name: EVALGROUP3
|
void |
setEvalgroup4(EvaluationGroups evalgroup4)
Field name: EVALGROUP4
|
void |
setEvalgroup5(EvaluationGroup5 evalgroup5)
Field name: EVALGROUP5
|
void |
setInvReason(ReasonForAssetInvestment invReason)
Field name: INV_REASON
|
void |
setSubnumber(AssetSubnumber subnumber)
Field name: SUBNUMBER
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static FixedAssetAllocation.FixedAssetAllocationBuilder 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 EvaluationGroups getEvalgroup1()
Domain name: BF_ORD4X Internal type: C Max length: 4
@Nullable @Generated(value="lombok") public EvaluationGroups getEvalgroup2()
Domain name: BF_ORD4X Internal type: C Max length: 4
@Nullable @Generated(value="lombok") public EvaluationGroups getEvalgroup3()
Domain name: BF_ORD4X Internal type: C Max length: 4
@Nullable @Generated(value="lombok") public EvaluationGroups getEvalgroup4()
Domain name: BF_ORD4X Internal type: C Max length: 4
@Nullable @Generated(value="lombok") public EvaluationGroup5 getEvalgroup5()
Domain name: BF_GDLGRP Internal type: C Max length: 8
@Nullable @Generated(value="lombok") public ReasonForAssetInvestment getInvReason()
Domain name: BF_IZWEK Internal type: C Max length: 2
@Nullable @Generated(value="lombok") public ReasonForEnvironmentalInvestment getEnvirInvest()
Domain name: BF_AM_UMWKZ Internal type: C Max length: 5
@Nullable @Generated(value="lombok") public AssetNumber12 getAssetsupno()
Domain name: BF_ANLUE Internal type: C Max length: 12
@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 setEvalgroup1(@Nullable EvaluationGroups evalgroup1)
Domain name: BF_ORD4X Internal type: C Max length: 4
@Generated(value="lombok") public void setEvalgroup2(@Nullable EvaluationGroups evalgroup2)
Domain name: BF_ORD4X Internal type: C Max length: 4
@Generated(value="lombok") public void setEvalgroup3(@Nullable EvaluationGroups evalgroup3)
Domain name: BF_ORD4X Internal type: C Max length: 4
@Generated(value="lombok") public void setEvalgroup4(@Nullable EvaluationGroups evalgroup4)
Domain name: BF_ORD4X Internal type: C Max length: 4
@Generated(value="lombok") public void setEvalgroup5(@Nullable EvaluationGroup5 evalgroup5)
Domain name: BF_GDLGRP Internal type: C Max length: 8
@Generated(value="lombok") public void setInvReason(@Nullable ReasonForAssetInvestment invReason)
Domain name: BF_IZWEK Internal type: C Max length: 2
@Generated(value="lombok") public void setEnvirInvest(@Nullable ReasonForEnvironmentalInvestment envirInvest)
Domain name: BF_AM_UMWKZ Internal type: C Max length: 5
@Generated(value="lombok") public void setAssetsupno(@Nullable AssetNumber12 assetsupno)
Domain name: BF_ANLUE Internal type: C Max length: 12
@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.