public class SupplierInvoiceTax extends VdmEntity<SupplierInvoiceTax>
Modifier and Type | Class and Description |
---|---|
static class |
SupplierInvoiceTax.SupplierInvoiceTaxBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<SupplierInvoiceTax> |
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.
|
Constructor and Description |
---|
SupplierInvoiceTax() |
SupplierInvoiceTax(String supplierInvoice,
String fiscalYear,
String taxCode,
String supplierInvoiceTaxCounter,
String documentCurrency,
BigDecimal taxAmount,
BigDecimal taxBaseAmountInTransCrcy,
String taxJurisdiction,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SupplierInvoiceTax.SupplierInvoiceTaxBuilder |
builder() |
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.
|
String |
getDocumentCurrency()
Constraints: Not nullable, Maximum length: 5
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFiscalYear()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
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 |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setFiscalYear(String fiscalYear)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<SupplierInvoiceTax> 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
@Generated(value="lombok") public SupplierInvoiceTax()
@ConstructorProperties(value={"supplierInvoice","fiscalYear","taxCode","supplierInvoiceTaxCounter","documentCurrency","taxAmount","taxBaseAmountInTransCrcy","taxJurisdiction","erpConfigContext"}) @Generated(value="lombok") 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 ErpConfigContext erpConfigContext)
public Class<SupplierInvoiceTax> getType()
getType
in class VdmObject<SupplierInvoiceTax>
public static <T> SupplierInvoiceTaxField<T> field(String fieldName, Class<T> fieldType)
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.@Generated(value="lombok") public static SupplierInvoiceTax.SupplierInvoiceTaxBuilder builder()
@Nullable @Generated(value="lombok") public String getSupplierInvoice()
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 @Generated(value="lombok") public String getFiscalYear()
@Nullable @Generated(value="lombok") public String getTaxCode()
@Nullable @Generated(value="lombok") public String getSupplierInvoiceTaxCounter()
The system places the line selected at the top of the invoice item display.
@Nullable @Generated(value="lombok") public String getDocumentCurrency()
@Nullable @Generated(value="lombok") public BigDecimal getTaxAmount()
@Nullable @Generated(value="lombok") public BigDecimal getTaxBaseAmountInTransCrcy()
@Nullable @Generated(value="lombok") public String getTaxJurisdiction()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSupplierInvoice(@Nullable String 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
- @Generated(value="lombok") public void setFiscalYear(@Nullable String fiscalYear)
fiscalYear
- @Generated(value="lombok") public void setTaxCode(@Nullable String taxCode)
taxCode
- @Generated(value="lombok") public void setSupplierInvoiceTaxCounter(@Nullable String supplierInvoiceTaxCounter)
The system places the line selected at the top of the invoice item display.
supplierInvoiceTaxCounter
- @Generated(value="lombok") public void setDocumentCurrency(@Nullable String documentCurrency)
documentCurrency
- @Generated(value="lombok") public void setTaxAmount(@Nullable BigDecimal taxAmount)
taxAmount
- @Generated(value="lombok") public void setTaxBaseAmountInTransCrcy(@Nullable BigDecimal taxBaseAmountInTransCrcy)
taxBaseAmountInTransCrcy
- @Generated(value="lombok") public void setTaxJurisdiction(@Nullable String taxJurisdiction)
taxJurisdiction
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SupplierInvoiceTax>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SupplierInvoiceTax>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SupplierInvoiceTax>
Copyright © 2017 SAP SE. All rights reserved.