public class FixedAssetGetlistNetWorthValuation extends Object
Structure: BAPI1022_FEGLG006_PID
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetGetlistNetWorthValuation.FixedAssetGetlistNetWorthValuationBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetGetlistNetWorthValuation.FixedAssetGetlistNetWorthValuationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
MainAssetNumber12 |
getAsset()
Field name: ASSET
|
PropertyClassificationKey |
getClassKey()
Field name: CLASS_KEY
|
CurrencyKey |
getCurrency()
Field name: CURRENCY
|
IsoCodeCurrency |
getCurrencyIso()
Field name: CURRENCY_ISO
|
ManualNetWorthTaxValue |
getManPropVal()
Field name: MAN_PROP_VAL
|
ErpBoolean |
getManPropValInd()
Field name: MAN_PROP_VAL_IND
|
ReasonForManualValuationOfNetAssets |
getManPropValReason()
Field name: MAN_PROP_VAL_REASON
|
PropertyIndicator |
getPropInd()
Field name: PROP_IND
|
AssetSubnumber4 |
getSubnumber()
Field name: SUBNUMBER
|
int |
hashCode() |
void |
setAsset(MainAssetNumber12 asset)
Field name: ASSET
|
void |
setClassKey(PropertyClassificationKey classKey)
Field name: CLASS_KEY
|
void |
setCurrency(CurrencyKey currency)
Field name: CURRENCY
|
void |
setCurrencyIso(IsoCodeCurrency currencyIso)
Field name: CURRENCY_ISO
|
void |
setManPropVal(ManualNetWorthTaxValue manPropVal)
Field name: MAN_PROP_VAL
|
void |
setManPropValInd(ErpBoolean manPropValInd)
Field name: MAN_PROP_VAL_IND
|
void |
setManPropValReason(ReasonForManualValuationOfNetAssets manPropValReason)
Field name: MAN_PROP_VAL_REASON
|
void |
setPropInd(PropertyIndicator propInd)
Field name: PROP_IND
|
void |
setSubnumber(AssetSubnumber4 subnumber)
Field name: SUBNUMBER
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetGetlistNetWorthValuation.FixedAssetGetlistNetWorthValuationBuilder 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 PropertyClassificationKey getClassKey()
Type element: BF_VMGLI Domain name: BF_VMGLI Internal type: CHAR Description: Property classification key Max length: 4
@Nullable public CurrencyKey getCurrency()
Type element: WAERS Domain name: WAERS Internal type: CUKY Description: Currency Key Max length: 5
@Nullable public IsoCodeCurrency getCurrencyIso()
Type element: WAERS_ISO Domain name: ISOCD Internal type: CHAR Description: ISO code currency Max length: 3
@Nullable public ManualNetWorthTaxValue getManPropVal()
Type element: BF_WRTMA Domain name: BAPICURR Internal type: DEC Description: Manual net worth tax value Max length: 12
@Nullable public ErpBoolean getManPropValInd()
Type element: BF_XVRMW Domain name: BF_XFELD Internal type: CHAR Description: Manual net worth tax value Max length: 1
@Nullable public ReasonForManualValuationOfNetAssets getManPropValReason()
Type element: BF_GRUND Domain name: BF_GRUND Internal type: CHAR Description: Reason for manual valuation of net assets Max length: 3
@Nullable public PropertyIndicator getPropInd()
Type element: BF_EIGKZ Domain name: BF_EIGKZ Internal type: CHAR Description: Property Indicator Max length: 1
@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 setClassKey(@Nullable PropertyClassificationKey classKey)
Type element: BF_VMGLI Domain name: BF_VMGLI Internal type: CHAR Description: Property classification key Max length: 4
public void setCurrency(@Nullable CurrencyKey currency)
Type element: WAERS Domain name: WAERS Internal type: CUKY Description: Currency Key Max length: 5
public void setCurrencyIso(@Nullable IsoCodeCurrency currencyIso)
Type element: WAERS_ISO Domain name: ISOCD Internal type: CHAR Description: ISO code currency Max length: 3
public void setManPropVal(@Nullable ManualNetWorthTaxValue manPropVal)
Type element: BF_WRTMA Domain name: BAPICURR Internal type: DEC Description: Manual net worth tax value Max length: 12
public void setManPropValInd(@Nullable ErpBoolean manPropValInd)
Type element: BF_XVRMW Domain name: BF_XFELD Internal type: CHAR Description: Manual net worth tax value Max length: 1
public void setManPropValReason(@Nullable ReasonForManualValuationOfNetAssets manPropValReason)
Type element: BF_GRUND Domain name: BF_GRUND Internal type: CHAR Description: Reason for manual valuation of net assets Max length: 3
public void setPropInd(@Nullable PropertyIndicator propInd)
Type element: BF_EIGKZ Domain name: BF_EIGKZ Internal type: CHAR Description: Property Indicator Max length: 1
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 © 2018 SAP SE. All rights reserved.