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() |
boolean |
equals(Object o) |
MainAssetNumber |
getAsset()
Field name: ASSET
|
org.joda.time.LocalDate |
getCapDate()
Field name: CAP_DATE
|
ResultsAnalysisKey |
getCapKey()
Field name: CAP_KEY
|
org.joda.time.LocalDate |
getDeactDate()
Field name: DEACT_DATE
|
org.joda.time.LocalDate |
getInitialAcq()
Field name: INITIAL_ACQ
|
PostingPeriod |
getInitialAcqPrd()
Field name: INITIAL_ACQ_PRD
|
Year |
getInitialAcqYr()
Field name: INITIAL_ACQ_YR
|
org.joda.time.LocalDate |
getPlretDate()
Field name: PLRET_DATE
|
org.joda.time.LocalDate |
getPoDate()
Field name: PO_DATE
|
AssetSubnumber |
getSubnumber()
Field name: SUBNUMBER
|
int |
hashCode() |
void |
setAsset(MainAssetNumber asset)
Field name: ASSET
|
void |
setCapDate(org.joda.time.LocalDate capDate)
Field name: CAP_DATE
|
void |
setCapKey(ResultsAnalysisKey capKey)
Field name: CAP_KEY
|
void |
setDeactDate(org.joda.time.LocalDate deactDate)
Field name: DEACT_DATE
|
void |
setInitialAcq(org.joda.time.LocalDate initialAcq)
Field name: INITIAL_ACQ
|
void |
setInitialAcqPrd(PostingPeriod initialAcqPrd)
Field name: INITIAL_ACQ_PRD
|
void |
setInitialAcqYr(Year initialAcqYr)
Field name: INITIAL_ACQ_YR
|
void |
setPlretDate(org.joda.time.LocalDate plretDate)
Field name: PLRET_DATE
|
void |
setPoDate(org.joda.time.LocalDate poDate)
Field name: PO_DATE
|
void |
setSubnumber(AssetSubnumber subnumber)
Field name: SUBNUMBER
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static FixedAssetGetlistPostingInformation.FixedAssetGetlistPostingInformationBuilder 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 org.joda.time.LocalDate getCapDate()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getDeactDate()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getInitialAcq()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public Year getInitialAcqYr()
Domain name: GJAHR Internal type: N Max length: 4
@Nullable @Generated(value="lombok") public PostingPeriod getInitialAcqPrd()
Domain name: POPER Internal type: N Max length: 3
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getPlretDate()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getPoDate()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public ResultsAnalysisKey getCapKey()
Domain name: ABGR_SCHL Internal type: C Max length: 6
@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 setCapDate(@Nullable org.joda.time.LocalDate capDate)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setDeactDate(@Nullable org.joda.time.LocalDate deactDate)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setInitialAcq(@Nullable org.joda.time.LocalDate initialAcq)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setInitialAcqYr(@Nullable Year initialAcqYr)
Domain name: GJAHR Internal type: N Max length: 4
@Generated(value="lombok") public void setInitialAcqPrd(@Nullable PostingPeriod initialAcqPrd)
Domain name: POPER Internal type: N Max length: 3
@Generated(value="lombok") public void setPlretDate(@Nullable org.joda.time.LocalDate plretDate)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setPoDate(@Nullable org.joda.time.LocalDate poDate)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setCapKey(@Nullable ResultsAnalysisKey capKey)
Domain name: ABGR_SCHL Internal type: C Max length: 6
@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.