public class FixedAssetPostingInformation extends Object
Structure: BAPI1022_FEGLG002
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetPostingInformation.FixedAssetPostingInformationBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetPostingInformation.FixedAssetPostingInformationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
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
|
int |
hashCode() |
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
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetPostingInformation.FixedAssetPostingInformationBuilder builder()
@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
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
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.