public class SupplierWithHoldingTax extends VdmEntity<SupplierWithHoldingTax>
Original entity name from the Odata EDM: A_SupplierWithHoldingTaxType
Modifier and Type | Class and Description |
---|---|
static class |
SupplierWithHoldingTax.SupplierWithHoldingTaxBuilder |
Modifier and Type | Field and Description |
---|---|
static SupplierWithHoldingTaxSelectable |
ALL_FIELDS
Selector for all available fields of SupplierWithHoldingTax.
|
static SupplierWithHoldingTaxField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static SupplierWithHoldingTaxField<String> |
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
|
static SupplierWithHoldingTaxField<LocalDateTime> |
EXEMPTION_DATE_BEGIN
Use with available fluent helpers to apply the ExemptionDateBegin field to query operations.
|
static SupplierWithHoldingTaxField<LocalDateTime> |
EXEMPTION_DATE_END
Use with available fluent helpers to apply the ExemptionDateEnd field to query operations.
|
static SupplierWithHoldingTaxField<String> |
EXEMPTION_REASON
Use with available fluent helpers to apply the ExemptionReason field to query operations.
|
static SupplierWithHoldingTaxField<Boolean> |
IS_WITHHOLDING_TAX_SUBJECT
Use with available fluent helpers to apply the IsWithholdingTaxSubject field to query operations.
|
static SupplierWithHoldingTaxField<String> |
RECIPIENT_TYPE
Use with available fluent helpers to apply the RecipientType field to query operations.
|
static SupplierWithHoldingTaxField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static SupplierWithHoldingTaxField<String> |
WITHHOLDING_TAX_CERTIFICATE
Use with available fluent helpers to apply the WithholdingTaxCertificate field to query operations.
|
static SupplierWithHoldingTaxField<String> |
WITHHOLDING_TAX_CODE
Use with available fluent helpers to apply the WithholdingTaxCode field to query operations.
|
static SupplierWithHoldingTaxField<BigDecimal> |
WITHHOLDING_TAX_EXMPT_PERCENT
Use with available fluent helpers to apply the WithholdingTaxExmptPercent field to query operations.
|
static SupplierWithHoldingTaxField<String> |
WITHHOLDING_TAX_NUMBER
Use with available fluent helpers to apply the WithholdingTaxNumber field to query operations.
|
static SupplierWithHoldingTaxField<String> |
WITHHOLDING_TAX_TYPE
Use with available fluent helpers to apply the WithholdingTaxType field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SupplierWithHoldingTax() |
SupplierWithHoldingTax(String supplier,
String companyCode,
String withholdingTaxType,
LocalDateTime exemptionDateBegin,
LocalDateTime exemptionDateEnd,
String exemptionReason,
Boolean isWithholdingTaxSubject,
String recipientType,
String withholdingTaxCertificate,
String withholdingTaxCode,
BigDecimal withholdingTaxExmptPercent,
String withholdingTaxNumber,
String authorizationGroup) |
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 SupplierWithHoldingTax.SupplierWithHoldingTaxBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SupplierWithHoldingTaxField<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) |
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCompanyCode()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
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.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
LocalDateTime |
getExemptionDateBegin()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getExemptionDateEnd()
Constraints: Not nullable, Precision: 0
|
String |
getExemptionReason()
Constraints: Not nullable, Maximum length: 2
|
Boolean |
getIsWithholdingTaxSubject()
Constraints: none
|
protected Map<String,Object> |
getKey() |
String |
getRecipientType()
Constraints: Not nullable, Maximum length: 2
|
String |
getSupplier()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Class<SupplierWithHoldingTax> |
getType() |
String |
getWithholdingTaxCertificate()
Constraints: Not nullable, Maximum length: 25
|
String |
getWithholdingTaxCode()
Constraints: Not nullable, Maximum length: 2
|
BigDecimal |
getWithholdingTaxExmptPercent()
Constraints: Not nullable, Precision: 5, Scale: 2
|
String |
getWithholdingTaxNumber()
Constraints: Not nullable, Maximum length: 16
|
String |
getWithholdingTaxType()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCompanyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setExemptionDateBegin(LocalDateTime exemptionDateBegin)
Constraints: Not nullable, Precision: 0
|
void |
setExemptionDateEnd(LocalDateTime exemptionDateEnd)
Constraints: Not nullable, Precision: 0
|
void |
setExemptionReason(String exemptionReason)
Constraints: Not nullable, Maximum length: 2
|
void |
setIsWithholdingTaxSubject(Boolean isWithholdingTaxSubject)
Constraints: none
|
void |
setRecipientType(String recipientType)
Constraints: Not nullable, Maximum length: 2
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSupplier(String supplier)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setWithholdingTaxCertificate(String withholdingTaxCertificate)
Constraints: Not nullable, Maximum length: 25
|
void |
setWithholdingTaxCode(String withholdingTaxCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setWithholdingTaxExmptPercent(BigDecimal withholdingTaxExmptPercent)
Constraints: Not nullable, Precision: 5, Scale: 2
|
void |
setWithholdingTaxNumber(String withholdingTaxNumber)
Constraints: Not nullable, Maximum length: 16
|
void |
setWithholdingTaxType(String withholdingTaxType)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
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 SupplierWithHoldingTaxSelectable ALL_FIELDS
public static final SupplierWithHoldingTaxField<String> SUPPLIER
public static final SupplierWithHoldingTaxField<String> COMPANY_CODE
public static final SupplierWithHoldingTaxField<String> WITHHOLDING_TAX_TYPE
public static final SupplierWithHoldingTaxField<LocalDateTime> EXEMPTION_DATE_BEGIN
public static final SupplierWithHoldingTaxField<LocalDateTime> EXEMPTION_DATE_END
public static final SupplierWithHoldingTaxField<String> EXEMPTION_REASON
public static final SupplierWithHoldingTaxField<Boolean> IS_WITHHOLDING_TAX_SUBJECT
public static final SupplierWithHoldingTaxField<String> RECIPIENT_TYPE
public static final SupplierWithHoldingTaxField<String> WITHHOLDING_TAX_CERTIFICATE
public static final SupplierWithHoldingTaxField<String> WITHHOLDING_TAX_CODE
public static final SupplierWithHoldingTaxField<BigDecimal> WITHHOLDING_TAX_EXMPT_PERCENT
public static final SupplierWithHoldingTaxField<String> WITHHOLDING_TAX_NUMBER
public static final SupplierWithHoldingTaxField<String> AUTHORIZATION_GROUP
public SupplierWithHoldingTax()
public SupplierWithHoldingTax(@Nullable String supplier, @Nullable String companyCode, @Nullable String withholdingTaxType, @Nullable LocalDateTime exemptionDateBegin, @Nullable LocalDateTime exemptionDateEnd, @Nullable String exemptionReason, @Nullable Boolean isWithholdingTaxSubject, @Nullable String recipientType, @Nullable String withholdingTaxCertificate, @Nullable String withholdingTaxCode, @Nullable BigDecimal withholdingTaxExmptPercent, @Nullable String withholdingTaxNumber, @Nullable String authorizationGroup)
@Nonnull public Class<SupplierWithHoldingTax> getType()
getType
in class VdmObject<SupplierWithHoldingTax>
public void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
supplier
- Account Number of Vendor or Creditorpublic void setCompanyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
companyCode
- Company Codepublic void setWithholdingTaxType(@Nullable String withholdingTaxType)
Original property name from the Odata EDM: WithholdingTaxType
withholdingTaxType
- Indicator for Withholding Tax Typepublic void setExemptionDateBegin(@Nullable LocalDateTime exemptionDateBegin)
Original property name from the Odata EDM: ExemptionDateBegin
exemptionDateBegin
- Date on Which Exemption Beginspublic void setExemptionDateEnd(@Nullable LocalDateTime exemptionDateEnd)
Original property name from the Odata EDM: ExemptionDateEnd
exemptionDateEnd
- Date on Which Exemption Endspublic void setExemptionReason(@Nullable String exemptionReason)
Original property name from the Odata EDM: ExemptionReason
exemptionReason
- Reason for Exemptionpublic void setIsWithholdingTaxSubject(@Nullable Boolean isWithholdingTaxSubject)
Original property name from the Odata EDM: IsWithholdingTaxSubject
isWithholdingTaxSubject
- Indicator: Subject to Withholding Tax?public void setRecipientType(@Nullable String recipientType)
Original property name from the Odata EDM: RecipientType
recipientType
- Type of Recipientpublic void setWithholdingTaxCertificate(@Nullable String withholdingTaxCertificate)
Original property name from the Odata EDM: WithholdingTaxCertificate
withholdingTaxCertificate
- Exemption Certificate Numberpublic void setWithholdingTaxCode(@Nullable String withholdingTaxCode)
Original property name from the Odata EDM: WithholdingTaxCode
withholdingTaxCode
- Withholding Tax Codepublic void setWithholdingTaxExmptPercent(@Nullable BigDecimal withholdingTaxExmptPercent)
Original property name from the Odata EDM: WithholdingTaxExmptPercent
withholdingTaxExmptPercent
- Exemption Ratepublic void setWithholdingTaxNumber(@Nullable String withholdingTaxNumber)
Original property name from the Odata EDM: WithholdingTaxNumber
withholdingTaxNumber
- Withholding tax identification numberpublic void setAuthorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
authorizationGroup
- Authorization Groupprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<SupplierWithHoldingTax>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SupplierWithHoldingTax>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SupplierWithHoldingTax>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SupplierWithHoldingTax>
@Nonnull public static <T> SupplierWithHoldingTaxField<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> SupplierWithHoldingTaxField<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<SupplierWithHoldingTax>
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<SupplierWithHoldingTax>
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<SupplierWithHoldingTax>
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<SupplierWithHoldingTax>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static SupplierWithHoldingTax.SupplierWithHoldingTaxBuilder builder()
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
@Nullable public String getCompanyCode()
Original property name from the Odata EDM: CompanyCode
@Nullable public String getWithholdingTaxType()
Original property name from the Odata EDM: WithholdingTaxType
@Nullable public LocalDateTime getExemptionDateBegin()
Original property name from the Odata EDM: ExemptionDateBegin
@Nullable public LocalDateTime getExemptionDateEnd()
Original property name from the Odata EDM: ExemptionDateEnd
@Nullable public String getExemptionReason()
Original property name from the Odata EDM: ExemptionReason
@Nullable public Boolean getIsWithholdingTaxSubject()
Original property name from the Odata EDM: IsWithholdingTaxSubject
@Nullable public String getRecipientType()
Original property name from the Odata EDM: RecipientType
@Nullable public String getWithholdingTaxCertificate()
Original property name from the Odata EDM: WithholdingTaxCertificate
@Nullable public String getWithholdingTaxCode()
Original property name from the Odata EDM: WithholdingTaxCode
@Nullable public BigDecimal getWithholdingTaxExmptPercent()
Original property name from the Odata EDM: WithholdingTaxExmptPercent
@Nullable public String getWithholdingTaxNumber()
Original property name from the Odata EDM: WithholdingTaxNumber
@Nullable public String getAuthorizationGroup()
Original property name from the Odata EDM: AuthorizationGroup
@Nonnull public String toString()
toString
in class VdmObject<SupplierWithHoldingTax>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<SupplierWithHoldingTax>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<SupplierWithHoldingTax>
public int hashCode()
hashCode
in class VdmObject<SupplierWithHoldingTax>
Copyright © 2021 SAP SE. All rights reserved.