public class FixedAssetDepreciationArea extends Object
Structure: BAPI1022_DEP_AREAS
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetDepreciationArea.FixedAssetDepreciationAreaBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetDepreciationArea.FixedAssetDepreciationAreaBuilder |
builder() |
boolean |
equals(Object o) |
PostingPeriod |
getAcqPrd()
Field name: ACQ_PRD
|
Year |
getAcqYr()
Field name: ACQ_YR
|
IndexSeriesReplacementValue |
getAgeIndex()
Field name: AGE_INDEX
|
DepreciationAreaForAssets |
getArea()
Field name: AREA
|
Year |
getChangeYr()
Field name: CHANGE_YR
|
CurrencyKey |
getCurrency()
Field name: CURRENCY
|
IsoCodeCurrency |
getCurrencyIso()
Field name: CURRENCY_ISO
|
ErpBoolean |
getDeactivate()
Field name: DEACTIVATE
|
DepKey |
getDepKey()
Field name: DEP_KEY
|
PackedField8CharactersWODecimalPlaces |
getDepUnits()
Field name: DEP_UNITS
|
String |
getDescript()
Field name: DESCRIPT
|
PeriodsDepCalculation |
getExpUlifePrds()
Field name: EXP_ULIFE_PRDS
|
PeriodsDepCalculation |
getExpUlifeSdepPrds()
Field name: EXP_ULIFE_SDEP_PRDS
|
DurationInYears |
getExpUlifeSdepYrs()
Field name: EXP_ULIFE_SDEP_YRS
|
DurationInYears |
getExpUlifeYrs()
Field name: EXP_ULIFE_YRS
|
org.joda.time.LocalDate |
getFromDate()
Field name: FROM_DATE
|
MainAssetNumber |
getGrpAsset()
Field name: GRP_ASSET
|
AssetSubnumber |
getGrpAssetSubno()
Field name: GRP_ASSET_SUBNO
|
IndexSeriesReplacementValue |
getIndex()
Field name: INDEX
|
org.joda.time.LocalDate |
getInterestStartDate()
Field name: INTEREST_START_DATE
|
ErpBoolean |
getNegValues()
Field name: NEG_VALUES
|
org.joda.time.LocalDate |
getOdepStartDate()
Field name: ODEP_START_DATE
|
PeriodsDepCalculation |
getOrigUlifePrds()
Field name: ORIG_ULIFE_PRDS
|
DurationInYears |
getOrigUlifeYrs()
Field name: ORIG_ULIFE_YRS
|
org.joda.time.LocalDate |
getReadiness()
Field name: READINESS
|
CurrencyAmountsInBapiInterfaces |
getScrapvalue()
Field name: SCRAPVALUE
|
ErpDecimal |
getScrapvaluePrctg()
Field name: SCRAPVALUE_PRCTG
|
org.joda.time.LocalDate |
getSdepStartDate()
Field name: SDEP_START_DATE
|
org.joda.time.LocalDate |
getToDate()
Field name: TO_DATE
|
PeriodsDepCalculation |
getUlifePrds()
Field name: ULIFE_PRDS
|
DurationInYears |
getUlifeYrs()
Field name: ULIFE_YRS
|
ErpDecimal |
getVarDepPortion()
Field name: VAR_DEP_PORTION
|
int |
hashCode() |
void |
setAcqPrd(PostingPeriod acqPrd)
Field name: ACQ_PRD
|
void |
setAcqYr(Year acqYr)
Field name: ACQ_YR
|
void |
setAgeIndex(IndexSeriesReplacementValue ageIndex)
Field name: AGE_INDEX
|
void |
setArea(DepreciationAreaForAssets area)
Field name: AREA
|
void |
setChangeYr(Year changeYr)
Field name: CHANGE_YR
|
void |
setCurrency(CurrencyKey currency)
Field name: CURRENCY
|
void |
setCurrencyIso(IsoCodeCurrency currencyIso)
Field name: CURRENCY_ISO
|
void |
setDeactivate(ErpBoolean deactivate)
Field name: DEACTIVATE
|
void |
setDepKey(DepKey depKey)
Field name: DEP_KEY
|
void |
setDepUnits(PackedField8CharactersWODecimalPlaces depUnits)
Field name: DEP_UNITS
|
void |
setDescript(String descript)
Field name: DESCRIPT
|
void |
setExpUlifePrds(PeriodsDepCalculation expUlifePrds)
Field name: EXP_ULIFE_PRDS
|
void |
setExpUlifeSdepPrds(PeriodsDepCalculation expUlifeSdepPrds)
Field name: EXP_ULIFE_SDEP_PRDS
|
void |
setExpUlifeSdepYrs(DurationInYears expUlifeSdepYrs)
Field name: EXP_ULIFE_SDEP_YRS
|
void |
setExpUlifeYrs(DurationInYears expUlifeYrs)
Field name: EXP_ULIFE_YRS
|
void |
setFromDate(org.joda.time.LocalDate fromDate)
Field name: FROM_DATE
|
void |
setGrpAsset(MainAssetNumber grpAsset)
Field name: GRP_ASSET
|
void |
setGrpAssetSubno(AssetSubnumber grpAssetSubno)
Field name: GRP_ASSET_SUBNO
|
void |
setIndex(IndexSeriesReplacementValue index)
Field name: INDEX
|
void |
setInterestStartDate(org.joda.time.LocalDate interestStartDate)
Field name: INTEREST_START_DATE
|
void |
setNegValues(ErpBoolean negValues)
Field name: NEG_VALUES
|
void |
setOdepStartDate(org.joda.time.LocalDate odepStartDate)
Field name: ODEP_START_DATE
|
void |
setOrigUlifePrds(PeriodsDepCalculation origUlifePrds)
Field name: ORIG_ULIFE_PRDS
|
void |
setOrigUlifeYrs(DurationInYears origUlifeYrs)
Field name: ORIG_ULIFE_YRS
|
void |
setReadiness(org.joda.time.LocalDate readiness)
Field name: READINESS
|
void |
setScrapvalue(CurrencyAmountsInBapiInterfaces scrapvalue)
Field name: SCRAPVALUE
|
void |
setScrapvaluePrctg(ErpDecimal scrapvaluePrctg)
Field name: SCRAPVALUE_PRCTG
|
void |
setSdepStartDate(org.joda.time.LocalDate sdepStartDate)
Field name: SDEP_START_DATE
|
void |
setToDate(org.joda.time.LocalDate toDate)
Field name: TO_DATE
|
void |
setUlifePrds(PeriodsDepCalculation ulifePrds)
Field name: ULIFE_PRDS
|
void |
setUlifeYrs(DurationInYears ulifeYrs)
Field name: ULIFE_YRS
|
void |
setVarDepPortion(ErpDecimal varDepPortion)
Field name: VAR_DEP_PORTION
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static FixedAssetDepreciationArea.FixedAssetDepreciationAreaBuilder builder()
@Nullable @Generated(value="lombok") public DepreciationAreaForAssets getArea()
Domain name: BF_AFABE Internal type: N Max length: 2
@Nullable @Generated(value="lombok") public String getDescript()
Domain name: TEXT12 Internal type: C Max length: 12
@Nullable @Generated(value="lombok") public ErpBoolean getDeactivate()
Domain name: BF_XFELD Internal type: C Max length: 1
@Nullable @Generated(value="lombok") public DepKey getDepKey()
Domain name: BF_AFASL Internal type: C Max length: 4
@Nullable @Generated(value="lombok") public DurationInYears getUlifeYrs()
Domain name: BF_JARAF Internal type: N Max length: 3
@Nullable @Generated(value="lombok") public PeriodsDepCalculation getUlifePrds()
Domain name: BF_PERAF Internal type: N Max length: 3
@Nullable @Generated(value="lombok") public DurationInYears getExpUlifeYrs()
Domain name: BF_JARAF Internal type: N Max length: 3
@Nullable @Generated(value="lombok") public PeriodsDepCalculation getExpUlifePrds()
Domain name: BF_PERAF Internal type: N Max length: 3
@Nullable @Generated(value="lombok") public DurationInYears getExpUlifeSdepYrs()
Domain name: BF_JARAF Internal type: N Max length: 3
@Nullable @Generated(value="lombok") public PeriodsDepCalculation getExpUlifeSdepPrds()
Domain name: BF_PERAF Internal type: N Max length: 3
@Nullable @Generated(value="lombok") public DurationInYears getOrigUlifeYrs()
Domain name: BF_JARAF Internal type: N Max length: 3
@Nullable @Generated(value="lombok") public PeriodsDepCalculation getOrigUlifePrds()
Domain name: BF_PERAF Internal type: N Max length: 3
@Nullable @Generated(value="lombok") public Year getChangeYr()
Domain name: GJAHR Internal type: N Max length: 4
@Nullable @Generated(value="lombok") public PackedField8CharactersWODecimalPlaces getDepUnits()
Domain name: PACK8 Internal type: P Max length: 8
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getOdepStartDate()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getSdepStartDate()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getInterestStartDate()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getReadiness()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public IndexSeriesReplacementValue getIndex()
Domain name: BF_WBIND Internal type: C Max length: 5
@Nullable @Generated(value="lombok") public IndexSeriesReplacementValue getAgeIndex()
Domain name: BF_WBIND Internal type: C Max length: 5
@Nullable @Generated(value="lombok") public ErpDecimal getVarDepPortion()
Domain name: DEC3_4 Internal type: P Max length: 4
@Nullable @Generated(value="lombok") public CurrencyAmountsInBapiInterfaces getScrapvalue()
Domain name: BAPICURR Internal type: P Max length: 12
@Nullable @Generated(value="lombok") public CurrencyKey getCurrency()
Domain name: WAERS Internal type: C Max length: 5
@Nullable @Generated(value="lombok") public IsoCodeCurrency getCurrencyIso()
Domain name: ISOCD Internal type: C Max length: 3
@Nullable @Generated(value="lombok") public ErpBoolean getNegValues()
Domain name: BF_XFELD Internal type: C Max length: 1
@Nullable @Generated(value="lombok") public MainAssetNumber getGrpAsset()
Domain name: BF_ANLN1 Internal type: C Max length: 12
@Nullable @Generated(value="lombok") public AssetSubnumber getGrpAssetSubno()
Domain name: BF_ANLN2 Internal type: C Max length: 4
@Nullable @Generated(value="lombok") public Year getAcqYr()
Domain name: GJAHR Internal type: N Max length: 4
@Nullable @Generated(value="lombok") public PostingPeriod getAcqPrd()
Domain name: POPER Internal type: N Max length: 3
@Nullable @Generated(value="lombok") public ErpDecimal getScrapvaluePrctg()
Domain name: Internal type: P Max length: 8
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getFromDate()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getToDate()
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setArea(@Nullable DepreciationAreaForAssets area)
Domain name: BF_AFABE Internal type: N Max length: 2
@Generated(value="lombok") public void setDescript(@Nullable String descript)
Domain name: TEXT12 Internal type: C Max length: 12
@Generated(value="lombok") public void setDeactivate(@Nullable ErpBoolean deactivate)
Domain name: BF_XFELD Internal type: C Max length: 1
@Generated(value="lombok") public void setDepKey(@Nullable DepKey depKey)
Domain name: BF_AFASL Internal type: C Max length: 4
@Generated(value="lombok") public void setUlifeYrs(@Nullable DurationInYears ulifeYrs)
Domain name: BF_JARAF Internal type: N Max length: 3
@Generated(value="lombok") public void setUlifePrds(@Nullable PeriodsDepCalculation ulifePrds)
Domain name: BF_PERAF Internal type: N Max length: 3
@Generated(value="lombok") public void setExpUlifeYrs(@Nullable DurationInYears expUlifeYrs)
Domain name: BF_JARAF Internal type: N Max length: 3
@Generated(value="lombok") public void setExpUlifePrds(@Nullable PeriodsDepCalculation expUlifePrds)
Domain name: BF_PERAF Internal type: N Max length: 3
@Generated(value="lombok") public void setExpUlifeSdepYrs(@Nullable DurationInYears expUlifeSdepYrs)
Domain name: BF_JARAF Internal type: N Max length: 3
@Generated(value="lombok") public void setExpUlifeSdepPrds(@Nullable PeriodsDepCalculation expUlifeSdepPrds)
Domain name: BF_PERAF Internal type: N Max length: 3
@Generated(value="lombok") public void setOrigUlifeYrs(@Nullable DurationInYears origUlifeYrs)
Domain name: BF_JARAF Internal type: N Max length: 3
@Generated(value="lombok") public void setOrigUlifePrds(@Nullable PeriodsDepCalculation origUlifePrds)
Domain name: BF_PERAF Internal type: N Max length: 3
@Generated(value="lombok") public void setChangeYr(@Nullable Year changeYr)
Domain name: GJAHR Internal type: N Max length: 4
@Generated(value="lombok") public void setDepUnits(@Nullable PackedField8CharactersWODecimalPlaces depUnits)
Domain name: PACK8 Internal type: P Max length: 8
@Generated(value="lombok") public void setOdepStartDate(@Nullable org.joda.time.LocalDate odepStartDate)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setSdepStartDate(@Nullable org.joda.time.LocalDate sdepStartDate)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setInterestStartDate(@Nullable org.joda.time.LocalDate interestStartDate)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setReadiness(@Nullable org.joda.time.LocalDate readiness)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setIndex(@Nullable IndexSeriesReplacementValue index)
Domain name: BF_WBIND Internal type: C Max length: 5
@Generated(value="lombok") public void setAgeIndex(@Nullable IndexSeriesReplacementValue ageIndex)
Domain name: BF_WBIND Internal type: C Max length: 5
@Generated(value="lombok") public void setVarDepPortion(@Nullable ErpDecimal varDepPortion)
Domain name: DEC3_4 Internal type: P Max length: 4
@Generated(value="lombok") public void setScrapvalue(@Nullable CurrencyAmountsInBapiInterfaces scrapvalue)
Domain name: BAPICURR Internal type: P Max length: 12
@Generated(value="lombok") public void setCurrency(@Nullable CurrencyKey currency)
Domain name: WAERS Internal type: C Max length: 5
@Generated(value="lombok") public void setCurrencyIso(@Nullable IsoCodeCurrency currencyIso)
Domain name: ISOCD Internal type: C Max length: 3
@Generated(value="lombok") public void setNegValues(@Nullable ErpBoolean negValues)
Domain name: BF_XFELD Internal type: C Max length: 1
@Generated(value="lombok") public void setGrpAsset(@Nullable MainAssetNumber grpAsset)
Domain name: BF_ANLN1 Internal type: C Max length: 12
@Generated(value="lombok") public void setGrpAssetSubno(@Nullable AssetSubnumber grpAssetSubno)
Domain name: BF_ANLN2 Internal type: C Max length: 4
@Generated(value="lombok") public void setAcqYr(@Nullable Year acqYr)
Domain name: GJAHR Internal type: N Max length: 4
@Generated(value="lombok") public void setAcqPrd(@Nullable PostingPeriod acqPrd)
Domain name: POPER Internal type: N Max length: 3
@Generated(value="lombok") public void setScrapvaluePrctg(@Nullable ErpDecimal scrapvaluePrctg)
Domain name: Internal type: P Max length: 8
@Generated(value="lombok") public void setFromDate(@Nullable org.joda.time.LocalDate fromDate)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setToDate(@Nullable org.joda.time.LocalDate toDate)
Domain name: DATUM Internal type: D Max length: 8
@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.