public class FixedAssetGetlistPostingInformation extends Object
Structure: BAPI1022_FEGLG002_PID
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetGetlistPostingInformation.FixedAssetGetlistPostingInformationBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetGetlistPostingInformation.FixedAssetGetlistPostingInformationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
MainAssetNumber12 |
getAsset()
Field name: ASSET
|
LocalDate |
getCapDate()
Field name: CAP_DATE
|
ResultsAnalysisKey |
getCapKey()
Field name: CAP_KEY
|
LocalDate |
getDeactDate()
Field name: DEACT_DATE
|
LocalDate |
getInitialAcq()
Field name: INITIAL_ACQ
|
PeriodInWhichFirstAcquisitionWasPosted |
getInitialAcqPrd()
Field name: INITIAL_ACQ_PRD
|
Year |
getInitialAcqYr()
Field name: INITIAL_ACQ_YR
|
LocalDate |
getPlretDate()
Field name: PLRET_DATE
|
LocalDate |
getPoDate()
Field name: PO_DATE
|
AssetSubnumber4 |
getSubnumber()
Field name: SUBNUMBER
|
int |
hashCode() |
void |
setAsset(MainAssetNumber12 asset)
Field name: ASSET
|
void |
setCapDate(LocalDate capDate)
Field name: CAP_DATE
|
void |
setCapKey(ResultsAnalysisKey capKey)
Field name: CAP_KEY
|
void |
setDeactDate(LocalDate deactDate)
Field name: DEACT_DATE
|
void |
setInitialAcq(LocalDate initialAcq)
Field name: INITIAL_ACQ
|
void |
setInitialAcqPrd(PeriodInWhichFirstAcquisitionWasPosted initialAcqPrd)
Field name: INITIAL_ACQ_PRD
|
void |
setInitialAcqYr(Year initialAcqYr)
Field name: INITIAL_ACQ_YR
|
void |
setPlretDate(LocalDate plretDate)
Field name: PLRET_DATE
|
void |
setPoDate(LocalDate poDate)
Field name: PO_DATE
|
void |
setSubnumber(AssetSubnumber4 subnumber)
Field name: SUBNUMBER
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetGetlistPostingInformation.FixedAssetGetlistPostingInformationBuilder 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 LocalDate getCapDate()
Type element: BF_AKTIVD Domain name: DATUM Internal type: DATS Description: Asset capitalization date Max length: 8
@Nullable public ResultsAnalysisKey getCapKey()
Type element: ABGR_SCHL Domain name: ABGR_SCHL Internal type: CHAR Description: Results Analysis Key Max length: 6
@Nullable public LocalDate getDeactDate()
Type element: BF_DEAKT Domain name: DATUM Internal type: DATS Description: Deactivation date Max length: 8
@Nullable public LocalDate getInitialAcq()
Type element: BF_ZUGDAT Domain name: DATUM Internal type: DATS Description: Asset value date of the first posting Max length: 8
@Nullable public PeriodInWhichFirstAcquisitionWasPosted getInitialAcqPrd()
Type element: BF_ZUPER Domain name: POPER Internal type: NUMC Description: Period in Which First Acquisition Was Posted Max length: 3
@Nullable public Year getInitialAcqYr()
Type element: BF_ZUJAHR Domain name: GJAHR Internal type: NUMC Description: Fiscal year in which first acquisition was posted Max length: 4
@Nullable public LocalDate getPlretDate()
Type element: BF_GPLAB Domain name: DATUM Internal type: DATS Description: Planned Retirement Date Max length: 8
@Nullable public LocalDate getPoDate()
Type element: BF_BSTDT Domain name: DATUM Internal type: DATS Description: Asset purchase order date Max length: 8
@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 setCapDate(@Nullable LocalDate capDate)
Type element: BF_AKTIVD Domain name: DATUM Internal type: DATS Description: Asset capitalization date Max length: 8
public void setCapKey(@Nullable ResultsAnalysisKey capKey)
Type element: ABGR_SCHL Domain name: ABGR_SCHL Internal type: CHAR Description: Results Analysis Key Max length: 6
public void setDeactDate(@Nullable LocalDate deactDate)
Type element: BF_DEAKT Domain name: DATUM Internal type: DATS Description: Deactivation date Max length: 8
public void setInitialAcq(@Nullable LocalDate initialAcq)
Type element: BF_ZUGDAT Domain name: DATUM Internal type: DATS Description: Asset value date of the first posting Max length: 8
public void setInitialAcqPrd(@Nullable PeriodInWhichFirstAcquisitionWasPosted initialAcqPrd)
Type element: BF_ZUPER Domain name: POPER Internal type: NUMC Description: Period in Which First Acquisition Was Posted Max length: 3
public void setInitialAcqYr(@Nullable Year initialAcqYr)
Type element: BF_ZUJAHR Domain name: GJAHR Internal type: NUMC Description: Fiscal year in which first acquisition was posted Max length: 4
public void setPlretDate(@Nullable LocalDate plretDate)
Type element: BF_GPLAB Domain name: DATUM Internal type: DATS Description: Planned Retirement Date Max length: 8
public void setPoDate(@Nullable LocalDate poDate)
Type element: BF_BSTDT Domain name: DATUM Internal type: DATS Description: Asset purchase order date Max length: 8
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.