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() |
boolean |
equals(Object o) |
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
|
int |
hashCode() |
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
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static FixedAssetPostingInformation.FixedAssetPostingInformationBuilder builder()
@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 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.