public class FixedAssetInsurance extends Object
Structure: BAPI1022_FEGLG008
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetInsurance.FixedAssetInsuranceBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetInsurance.FixedAssetInsuranceBuilder |
builder() |
boolean |
equals(Object o) |
ErpBoolean |
getBaseValManUpd()
Field name: BASE_VAL_MAN_UPD
|
CurrencyAmountsInBapiInterfaces |
getBaseValue()
Field name: BASE_VALUE
|
InsuranceCompanyAa |
getCompany()
Field name: COMPANY
|
CurrencyAmountsInBapiInterfaces |
getCurInsValue()
Field name: CUR_INS_VALUE
|
Year |
getCurInsValueMaintYr()
Field name: CUR_INS_VALUE_MAINT_YR
|
CurrencyKey |
getCurrency()
Field name: CURRENCY
|
IsoCodeCurrency |
getCurrencyIso()
Field name: CURRENCY_ISO
|
IndexSeriesReplacementValue |
getIndex()
Field name: INDEX
|
CurrencyAmountsInBapiInterfaces |
getManInsVal()
Field name: MAN_INS_VAL
|
Year |
getManInsValMaintYr()
Field name: MAN_INS_VAL_MAINT_YR
|
String |
getPolicyNo()
Field name: POLICY_NO
|
InsuranceRateFiAa |
getPremium()
Field name: PREMIUM
|
org.joda.time.LocalDate |
getStartDate()
Field name: START_DATE
|
String |
getText()
Field name: TEXT
|
InsuranceTypeAa |
getType()
Field name: TYPE
|
int |
hashCode() |
void |
setBaseValManUpd(ErpBoolean baseValManUpd)
Field name: BASE_VAL_MAN_UPD
|
void |
setBaseValue(CurrencyAmountsInBapiInterfaces baseValue)
Field name: BASE_VALUE
|
void |
setCompany(InsuranceCompanyAa company)
Field name: COMPANY
|
void |
setCurInsValue(CurrencyAmountsInBapiInterfaces curInsValue)
Field name: CUR_INS_VALUE
|
void |
setCurInsValueMaintYr(Year curInsValueMaintYr)
Field name: CUR_INS_VALUE_MAINT_YR
|
void |
setCurrency(CurrencyKey currency)
Field name: CURRENCY
|
void |
setCurrencyIso(IsoCodeCurrency currencyIso)
Field name: CURRENCY_ISO
|
void |
setIndex(IndexSeriesReplacementValue index)
Field name: INDEX
|
void |
setManInsVal(CurrencyAmountsInBapiInterfaces manInsVal)
Field name: MAN_INS_VAL
|
void |
setManInsValMaintYr(Year manInsValMaintYr)
Field name: MAN_INS_VAL_MAINT_YR
|
void |
setPolicyNo(String policyNo)
Field name: POLICY_NO
|
void |
setPremium(InsuranceRateFiAa premium)
Field name: PREMIUM
|
void |
setStartDate(org.joda.time.LocalDate startDate)
Field name: START_DATE
|
void |
setText(String text)
Field name: TEXT
|
void |
setType(InsuranceTypeAa type)
Field name: TYPE
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static FixedAssetInsurance.FixedAssetInsuranceBuilder builder()
@Nullable @Generated(value="lombok") public InsuranceTypeAa getType()
Domain name: BF_AVART Internal type: C Max length: 2
@Nullable @Generated(value="lombok") public InsuranceCompanyAa getCompany()
Domain name: BF_AVGES Internal type: C Max length: 2
@Nullable @Generated(value="lombok") public String getPolicyNo()
Domain name: CHAR15 Internal type: C Max length: 15
@Nullable @Generated(value="lombok") public String getText()
Domain name: TEXT50 Internal type: C Max length: 50
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getStartDate()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public InsuranceRateFiAa getPremium()
Domain name: BF_AVTAR Internal type: C Max length: 5
@Nullable @Generated(value="lombok") public IndexSeriesReplacementValue getIndex()
Domain name: BF_WBIND Internal type: C Max length: 5
@Nullable @Generated(value="lombok") public CurrencyAmountsInBapiInterfaces getBaseValue()
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 getBaseValManUpd()
Domain name: BF_XFELD Internal type: C Max length: 1
@Nullable @Generated(value="lombok") public CurrencyAmountsInBapiInterfaces getManInsVal()
Domain name: BAPICURR Internal type: P Max length: 12
@Nullable @Generated(value="lombok") public Year getManInsValMaintYr()
Domain name: GJAHR Internal type: N Max length: 4
@Nullable @Generated(value="lombok") public CurrencyAmountsInBapiInterfaces getCurInsValue()
Domain name: BAPICURR Internal type: P Max length: 12
@Nullable @Generated(value="lombok") public Year getCurInsValueMaintYr()
Domain name: GJAHR Internal type: N Max length: 4
@Generated(value="lombok") public void setType(@Nullable InsuranceTypeAa type)
Domain name: BF_AVART Internal type: C Max length: 2
@Generated(value="lombok") public void setCompany(@Nullable InsuranceCompanyAa company)
Domain name: BF_AVGES Internal type: C Max length: 2
@Generated(value="lombok") public void setPolicyNo(@Nullable String policyNo)
Domain name: CHAR15 Internal type: C Max length: 15
@Generated(value="lombok") public void setText(@Nullable String text)
Domain name: TEXT50 Internal type: C Max length: 50
@Generated(value="lombok") public void setStartDate(@Nullable org.joda.time.LocalDate startDate)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setPremium(@Nullable InsuranceRateFiAa premium)
Domain name: BF_AVTAR Internal type: C Max length: 5
@Generated(value="lombok") public void setIndex(@Nullable IndexSeriesReplacementValue index)
Domain name: BF_WBIND Internal type: C Max length: 5
@Generated(value="lombok") public void setBaseValue(@Nullable CurrencyAmountsInBapiInterfaces baseValue)
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 setBaseValManUpd(@Nullable ErpBoolean baseValManUpd)
Domain name: BF_XFELD Internal type: C Max length: 1
@Generated(value="lombok") public void setManInsVal(@Nullable CurrencyAmountsInBapiInterfaces manInsVal)
Domain name: BAPICURR Internal type: P Max length: 12
@Generated(value="lombok") public void setManInsValMaintYr(@Nullable Year manInsValMaintYr)
Domain name: GJAHR Internal type: N Max length: 4
@Generated(value="lombok") public void setCurInsValue(@Nullable CurrencyAmountsInBapiInterfaces curInsValue)
Domain name: BAPICURR Internal type: P Max length: 12
@Generated(value="lombok") public void setCurInsValueMaintYr(@Nullable Year curInsValueMaintYr)
Domain name: GJAHR Internal type: N Max length: 4
@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.