public class CurrencyItem extends Object
Structure: BAPIACCR09
Modifier and Type | Class and Description |
---|---|
static class |
CurrencyItem.CurrencyItemBuilder |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static CurrencyItem.CurrencyItemBuilder builder()
@Nullable @Generated(value="lombok") public AccountingDocumentLineItemNumber getItemnoAcc()
Domain name: POSNR_ACC Internal type: N Max length: 10
@Nullable @Generated(value="lombok") public CurrencyType getCurrType()
Domain name: CURTP Internal type: C Max length: 2
@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 CurrencyAmountsDisplayedWithSignsInBapiInterfaces getAmtDoccur()
Domain name: BAPICURR1 Internal type: P Max length: 12
@Nullable @Generated(value="lombok") public ExchangeRate getExchRate()
Domain name: KURSF Internal type: P Max length: 5
@Nullable @Generated(value="lombok") public ExchangeRate getExchRateV()
Domain name: KURSF Internal type: P Max length: 5
@Nullable @Generated(value="lombok") public CurrencyAmountsDisplayedWithSignsInBapiInterfaces getAmtBase()
Domain name: BAPICURR1 Internal type: P Max length: 12
@Nullable @Generated(value="lombok") public CurrencyAmountsInBapiInterfaces getDiscBase()
Domain name: BAPICURR Internal type: P Max length: 12
@Nullable @Generated(value="lombok") public CurrencyAmountsInBapiInterfaces getDiscAmt()
Domain name: BAPICURR Internal type: P Max length: 12
@Nullable @Generated(value="lombok") public CurrencyAmountsDisplayedWithSignsInBapiInterfaces getTaxAmt()
Domain name: BAPICURR1 Internal type: P Max length: 12
@Generated(value="lombok") public void setItemnoAcc(@Nullable AccountingDocumentLineItemNumber itemnoAcc)
Domain name: POSNR_ACC Internal type: N Max length: 10
@Generated(value="lombok") public void setCurrType(@Nullable CurrencyType currType)
Domain name: CURTP Internal type: C Max length: 2
@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 setAmtDoccur(@Nullable CurrencyAmountsDisplayedWithSignsInBapiInterfaces amtDoccur)
Domain name: BAPICURR1 Internal type: P Max length: 12
@Generated(value="lombok") public void setExchRate(@Nullable ExchangeRate exchRate)
Domain name: KURSF Internal type: P Max length: 5
@Generated(value="lombok") public void setExchRateV(@Nullable ExchangeRate exchRateV)
Domain name: KURSF Internal type: P Max length: 5
@Generated(value="lombok") public void setAmtBase(@Nullable CurrencyAmountsDisplayedWithSignsInBapiInterfaces amtBase)
Domain name: BAPICURR1 Internal type: P Max length: 12
@Generated(value="lombok") public void setDiscBase(@Nullable CurrencyAmountsInBapiInterfaces discBase)
Domain name: BAPICURR Internal type: P Max length: 12
@Generated(value="lombok") public void setDiscAmt(@Nullable CurrencyAmountsInBapiInterfaces discAmt)
Domain name: BAPICURR Internal type: P Max length: 12
@Generated(value="lombok") public void setTaxAmt(@Nullable CurrencyAmountsDisplayedWithSignsInBapiInterfaces taxAmt)
Domain name: BAPICURR1 Internal type: P Max length: 12
@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.