public class SupplierInvoiceTax extends VdmEntity<SupplierInvoiceTax>
Original entity name from the Odata EDM: A_SupplierInvoiceTaxType
Modifier and Type | Class and Description |
---|---|
static class |
SupplierInvoiceTax.SupplierInvoiceTaxBuilder |
Modifier and Type | Field and Description |
---|---|
static SupplierInvoiceTaxSelectable |
ALL_FIELDS
Selector for all available fields of SupplierInvoiceTax.
|
static SupplierInvoiceTaxField<String> |
DOCUMENT_CURRENCY
Use with available fluent helpers to apply the DocumentCurrency field to query operations.
|
static SupplierInvoiceTaxField<String> |
FISCAL_YEAR
Use with available fluent helpers to apply the FiscalYear field to query operations.
|
static SupplierInvoiceTaxField<String> |
SUPPLIER_INVOICE
Use with available fluent helpers to apply the SupplierInvoice field to query operations.
|
static SupplierInvoiceTaxField<String> |
SUPPLIER_INVOICE_TAX_COUNTER
Use with available fluent helpers to apply the SupplierInvoiceTaxCounter field to query operations.
|
static SupplierInvoiceTaxField<BigDecimal> |
TAX_AMOUNT
Use with available fluent helpers to apply the TaxAmount field to query operations.
|
static SupplierInvoiceTaxField<BigDecimal> |
TAX_BASE_AMOUNT_IN_TRANS_CRCY
Use with available fluent helpers to apply the TaxBaseAmountInTransCrcy field to query operations.
|
static SupplierInvoiceTaxField<String> |
TAX_CODE
Use with available fluent helpers to apply the TaxCode field to query operations.
|
static SupplierInvoiceTaxField<String> |
TAX_COUNTRY
Use with available fluent helpers to apply the TaxCountry field to query operations.
|
static SupplierInvoiceTaxField<String> |
TAX_JURISDICTION
Use with available fluent helpers to apply the TaxJurisdiction field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SupplierInvoiceTax() |
SupplierInvoiceTax(String supplierInvoice,
String fiscalYear,
String taxCode,
String supplierInvoiceTaxCounter,
String documentCurrency,
BigDecimal taxAmount,
BigDecimal taxBaseAmountInTransCrcy,
String taxJurisdiction,
String taxCountry) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static SupplierInvoiceTax.SupplierInvoiceTaxBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SupplierInvoiceTaxField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
String |
getDocumentCurrency()
Constraints: Not nullable, Maximum length: 5
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getFiscalYear()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
getKey() |
String |
getSupplierInvoice()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSupplierInvoiceTaxCounter()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
BigDecimal |
getTaxAmount()
Constraints: Not nullable, Precision: 14, Scale: 3
|
BigDecimal |
getTaxBaseAmountInTransCrcy()
Constraints: Not nullable, Precision: 16, Scale: 3
|
String |
getTaxCode()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getTaxCountry()
Constraints: Not nullable, Maximum length: 3
|
String |
getTaxJurisdiction()
Constraints: Not nullable, Maximum length: 15
|
Class<SupplierInvoiceTax> |
getType() |
int |
hashCode() |
void |
setDocumentCurrency(String documentCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setFiscalYear(String fiscalYear)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSupplierInvoice(String supplierInvoice)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSupplierInvoiceTaxCounter(String supplierInvoiceTaxCounter)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setTaxAmount(BigDecimal taxAmount)
Constraints: Not nullable, Precision: 14, Scale: 3
|
void |
setTaxBaseAmountInTransCrcy(BigDecimal taxBaseAmountInTransCrcy)
Constraints: Not nullable, Precision: 16, Scale: 3
|
void |
setTaxCode(String taxCode)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setTaxCountry(String taxCountry)
Constraints: Not nullable, Maximum length: 3
|
void |
setTaxJurisdiction(String taxJurisdiction)
Constraints: Not nullable, Maximum length: 15
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SupplierInvoiceTaxSelectable ALL_FIELDS
public static final SupplierInvoiceTaxField<String> SUPPLIER_INVOICE
public static final SupplierInvoiceTaxField<String> FISCAL_YEAR
public static final SupplierInvoiceTaxField<String> TAX_CODE
public static final SupplierInvoiceTaxField<String> SUPPLIER_INVOICE_TAX_COUNTER
public static final SupplierInvoiceTaxField<String> DOCUMENT_CURRENCY
public static final SupplierInvoiceTaxField<BigDecimal> TAX_AMOUNT
public static final SupplierInvoiceTaxField<BigDecimal> TAX_BASE_AMOUNT_IN_TRANS_CRCY
public static final SupplierInvoiceTaxField<String> TAX_JURISDICTION
public static final SupplierInvoiceTaxField<String> TAX_COUNTRY
public SupplierInvoiceTax()
public SupplierInvoiceTax(@Nullable String supplierInvoice, @Nullable String fiscalYear, @Nullable String taxCode, @Nullable String supplierInvoiceTaxCounter, @Nullable String documentCurrency, @Nullable BigDecimal taxAmount, @Nullable BigDecimal taxBaseAmountInTransCrcy, @Nullable String taxJurisdiction, @Nullable String taxCountry)
@Nonnull public Class<SupplierInvoiceTax> getType()
getType
in class VdmObject<SupplierInvoiceTax>
public void setSupplierInvoice(@Nullable String supplierInvoice)
Original property name from the Odata EDM: SupplierInvoice
supplierInvoice
- Document Number of an Invoice Documentpublic void setFiscalYear(@Nullable String fiscalYear)
Original property name from the Odata EDM: FiscalYear
fiscalYear
- Fiscal Yearpublic void setTaxCode(@Nullable String taxCode)
Original property name from the Odata EDM: TaxCode
taxCode
- Tax codepublic void setSupplierInvoiceTaxCounter(@Nullable String supplierInvoiceTaxCounter)
Original property name from the Odata EDM: SupplierInvoiceTaxCounter
supplierInvoiceTaxCounter
- Document Item in Invoice Documentpublic void setDocumentCurrency(@Nullable String documentCurrency)
Original property name from the Odata EDM: DocumentCurrency
documentCurrency
- Currency Keypublic void setTaxAmount(@Nullable BigDecimal taxAmount)
Original property name from the Odata EDM: TaxAmount
taxAmount
- Tax Amount in Document Currency with +/- Signpublic void setTaxBaseAmountInTransCrcy(@Nullable BigDecimal taxBaseAmountInTransCrcy)
Original property name from the Odata EDM: TaxBaseAmountInTransCrcy
taxBaseAmountInTransCrcy
- Tax Base Amount in Document Currencypublic void setTaxJurisdiction(@Nullable String taxJurisdiction)
Original property name from the Odata EDM: TaxJurisdiction
taxJurisdiction
- Tax Jurisdictionpublic void setTaxCountry(@Nullable String taxCountry)
Original property name from the Odata EDM: TaxCountry
taxCountry
- Tax Reporting Countryprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<SupplierInvoiceTax>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SupplierInvoiceTax>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SupplierInvoiceTax>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SupplierInvoiceTax>
@Nonnull public static <T> SupplierInvoiceTaxField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> SupplierInvoiceTaxField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<SupplierInvoiceTax>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<SupplierInvoiceTax>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<SupplierInvoiceTax>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<SupplierInvoiceTax>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static SupplierInvoiceTax.SupplierInvoiceTaxBuilder builder()
@Nullable public String getSupplierInvoice()
Original property name from the Odata EDM: SupplierInvoice
@Nullable public String getFiscalYear()
Original property name from the Odata EDM: FiscalYear
@Nullable public String getTaxCode()
Original property name from the Odata EDM: TaxCode
@Nullable public String getSupplierInvoiceTaxCounter()
Original property name from the Odata EDM: SupplierInvoiceTaxCounter
@Nullable public String getDocumentCurrency()
Original property name from the Odata EDM: DocumentCurrency
@Nullable public BigDecimal getTaxAmount()
Original property name from the Odata EDM: TaxAmount
@Nullable public BigDecimal getTaxBaseAmountInTransCrcy()
Original property name from the Odata EDM: TaxBaseAmountInTransCrcy
@Nullable public String getTaxJurisdiction()
Original property name from the Odata EDM: TaxJurisdiction
@Nullable public String getTaxCountry()
Original property name from the Odata EDM: TaxCountry
@Nonnull public String toString()
toString
in class VdmObject<SupplierInvoiceTax>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<SupplierInvoiceTax>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<SupplierInvoiceTax>
public int hashCode()
hashCode
in class VdmObject<SupplierInvoiceTax>
Copyright © 2021 SAP SE. All rights reserved.