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_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) |
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 |
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 |
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 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)
@Nonnull public Class<SupplierInvoiceTax> getType()
getType
in class VdmObject<SupplierInvoiceTax>
public void setSupplierInvoice(@Nullable String supplierInvoice)
Original property name from the Odata EDM: SupplierInvoice
The invoice document number is unique in every company code and fiscal year. Depending on the system configuration, the invoice document number can either be entered manually or be assigned internally by the system from a predefined number range.
supplierInvoice
- Number which uniquely identifies an invoice document.public void setFiscalYear(@Nullable String fiscalYear)
Original property name from the Odata EDM: FiscalYear
fiscalYear
- Period, 12 months as a rule, for which the company is to create its inventory and balance sheet. The
fiscal year can be the same as the calendar year, but does not have to be.public 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
The system places the line selected at the top of the invoice item display.
supplierInvoiceTaxCounter
- By entering the number of an item in an invoice document, you can go straight to the line that you
want to process.public void setDocumentCurrency(@Nullable String documentCurrency)
Original property name from the Odata EDM: DocumentCurrency
documentCurrency
- Currency key for amounts in the system.public void setTaxAmount(@Nullable BigDecimal taxAmount)
Original property name from the Odata EDM: TaxAmount
taxAmount
- Tax amount with +/- sign that is calculated from the tax code.public void setTaxBaseAmountInTransCrcy(@Nullable BigDecimal taxBaseAmountInTransCrcy)
Original property name from the Odata EDM: TaxBaseAmountInTransCrcy
taxBaseAmountInTransCrcy
- Amount from which the tax amount is calculated by means of the tax rate.public void setTaxJurisdiction(@Nullable String taxJurisdiction)
Original property name from the Odata EDM: TaxJurisdiction
taxJurisdiction
- The tax jurisdiction is used for determining the tax rates in the USA. It defines to which tax
authorities you must pay your taxes. It is always the city to which the goods are supplied.protected 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.)public static SupplierInvoiceTax.SupplierInvoiceTaxBuilder builder()
@Nullable public String getSupplierInvoice()
Original property name from the Odata EDM: SupplierInvoice
The invoice document number is unique in every company code and fiscal year. Depending on the system configuration, the invoice document number can either be entered manually or be assigned internally by the system from a predefined number range.
@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
The system places the line selected at the top of the invoice item display.
@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
public String toString()
toString
in class VdmObject<SupplierInvoiceTax>
public boolean equals(Object o)
equals
in class VdmObject<SupplierInvoiceTax>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SupplierInvoiceTax>
public int hashCode()
hashCode
in class VdmObject<SupplierInvoiceTax>
Copyright © 2020 SAP SE. All rights reserved.