public class BusinessPartnerTaxNumber extends VdmEntity<BusinessPartnerTaxNumber>
Modifier and Type | Class and Description |
---|---|
static class |
BusinessPartnerTaxNumber.BusinessPartnerTaxNumberBuilder |
Modifier and Type | Field and Description |
---|---|
static BusinessPartnerTaxNumberSelectable |
ALL_FIELDS
Selector for all available fields of BusinessPartnerTaxNumber.
|
static BusinessPartnerTaxNumberField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static BusinessPartnerTaxNumberField<String> |
BP_TAX_NUMBER
Use with available fluent helpers to apply the BPTaxNumber field to query operations.
|
static BusinessPartnerTaxNumberField<String> |
BP_TAX_TYPE
Use with available fluent helpers to apply the BPTaxType field to query operations.
|
static BusinessPartnerTaxNumberField<String> |
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations.
|
Constructor and Description |
---|
BusinessPartnerTaxNumber() |
BusinessPartnerTaxNumber(String businessPartner,
String bPTaxType,
String bPTaxNumber,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static BusinessPartnerTaxNumber.BusinessPartnerTaxNumberBuilder |
builder() |
boolean |
equals(Object o) |
static <T> BusinessPartnerTaxNumberField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getBPTaxNumber()
Constraints: Not nullable, Maximum length: 20
|
String |
getBPTaxType()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getBusinessPartner()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Class<BusinessPartnerTaxNumber> |
getType() |
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setBPTaxNumber(String bPTaxNumber)
Constraints: Not nullable, Maximum length: 20
|
void |
setBPTaxType(String bPTaxType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setBusinessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final BusinessPartnerTaxNumberSelectable ALL_FIELDS
public static final BusinessPartnerTaxNumberField<String> BUSINESS_PARTNER
public static final BusinessPartnerTaxNumberField<String> BP_TAX_TYPE
public static final BusinessPartnerTaxNumberField<String> BP_TAX_NUMBER
public static final BusinessPartnerTaxNumberField<String> AUTHORIZATION_GROUP
@Generated(value="lombok") public BusinessPartnerTaxNumber()
@ConstructorProperties(value={"businessPartner","bPTaxType","bPTaxNumber","authorizationGroup","erpConfigContext"}) @Generated(value="lombok") public BusinessPartnerTaxNumber(@Nullable String businessPartner, @Nullable String bPTaxType, @Nullable String bPTaxNumber, @Nullable String authorizationGroup, @Nullable ErpConfigContext erpConfigContext)
public Class<BusinessPartnerTaxNumber> getType()
getType
in class VdmObject<BusinessPartnerTaxNumber>
public static <T> BusinessPartnerTaxNumberField<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 BusinessPartnerTaxNumber.BusinessPartnerTaxNumberBuilder builder()
@Nullable @Generated(value="lombok") public String getBusinessPartner()
@Nullable @Generated(value="lombok") public String getBPTaxType()
@Nullable @Generated(value="lombok") public String getBPTaxNumber()
@Nullable @Generated(value="lombok") public String getAuthorizationGroup()
Use the following authorization object: 'Business partners: authorization groups' (B_BUPA_GRP). The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner. Otherwise, any user may process the business partner.
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setBusinessPartner(@Nullable String businessPartner)
businessPartner
- @Generated(value="lombok") public void setBPTaxType(@Nullable String bPTaxType)
bPTaxType
- @Generated(value="lombok") public void setBPTaxNumber(@Nullable String bPTaxNumber)
bPTaxNumber
- @Generated(value="lombok") public void setAuthorizationGroup(@Nullable String authorizationGroup)
Use the following authorization object: 'Business partners: authorization groups' (B_BUPA_GRP). The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner. Otherwise, any user may process the business partner.
authorizationGroup
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<BusinessPartnerTaxNumber>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<BusinessPartnerTaxNumber>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<BusinessPartnerTaxNumber>
Copyright © 2018 SAP SE. All rights reserved.