Modifier and Type | Class and Description |
---|---|
static class |
Customer.CustomerBuilder |
Modifier and Type | Field and Description |
---|---|
static CustomerSelectable |
ALL_FIELDS
Selector for all available fields of Customer.
|
static CustomerField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static CustomerField<String> |
BILLING_IS_BLOCKED_FOR_CUSTOMER
Use with available fluent helpers to apply the BillingIsBlockedForCustomer field to query operations.
|
static CustomerField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static CustomerField<Calendar> |
CREATION_DATE
Use with available fluent helpers to apply the CreationDate field to query operations.
|
static CustomerField<String> |
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static CustomerField<String> |
CUSTOMER_ACCOUNT_GROUP
Use with available fluent helpers to apply the CustomerAccountGroup field to query operations.
|
static CustomerField<String> |
CUSTOMER_CLASSIFICATION
Use with available fluent helpers to apply the CustomerClassification field to query operations.
|
static CustomerField<String> |
CUSTOMER_CORPORATE_GROUP
Use with available fluent helpers to apply the CustomerCorporateGroup field to query operations.
|
static CustomerField<String> |
CUSTOMER_FULL_NAME
Use with available fluent helpers to apply the CustomerFullName field to query operations.
|
static CustomerField<String> |
CUSTOMER_NAME
Use with available fluent helpers to apply the CustomerName field to query operations.
|
static CustomerField<Boolean> |
DELETION_INDICATOR
Use with available fluent helpers to apply the DeletionIndicator field to query operations.
|
static CustomerField<String> |
DELIVERY_IS_BLOCKED
Use with available fluent helpers to apply the DeliveryIsBlocked field to query operations.
|
static CustomerField<String> |
FISCAL_ADDRESS
Use with available fluent helpers to apply the FiscalAddress field to query operations.
|
static CustomerField<String> |
INDUSTRY
Use with available fluent helpers to apply the Industry field to query operations.
|
static CustomerField<String> |
INDUSTRY_CODE1
Use with available fluent helpers to apply the IndustryCode1 field to query operations.
|
static CustomerField<String> |
INDUSTRY_CODE2
Use with available fluent helpers to apply the IndustryCode2 field to query operations.
|
static CustomerField<String> |
INDUSTRY_CODE3
Use with available fluent helpers to apply the IndustryCode3 field to query operations.
|
static CustomerField<String> |
INDUSTRY_CODE4
Use with available fluent helpers to apply the IndustryCode4 field to query operations.
|
static CustomerField<String> |
INDUSTRY_CODE5
Use with available fluent helpers to apply the IndustryCode5 field to query operations.
|
static CustomerField<String> |
INTERNATIONAL_LOCATION_NUMBER1
Use with available fluent helpers to apply the InternationalLocationNumber1 field to query operations.
|
static CustomerField<String> |
IS_BUSINESS_PURPOSE_COMPLETED
Use with available fluent helpers to apply the IsBusinessPurposeCompleted field to query operations.
|
static CustomerField<String> |
NF_PARTNER_IS_NATURAL_PERSON
Use with available fluent helpers to apply the NFPartnerIsNaturalPerson field to query operations.
|
static CustomerField<String> |
NIELSEN_REGION
Use with available fluent helpers to apply the NielsenRegion field to query operations.
|
static CustomerField<String> |
ORDER_IS_BLOCKED_FOR_CUSTOMER
Use with available fluent helpers to apply the OrderIsBlockedForCustomer field to query operations.
|
static CustomerField<Boolean> |
POSTING_IS_BLOCKED
Use with available fluent helpers to apply the PostingIsBlocked field to query operations.
|
static CustomerField<String> |
RESPONSIBLE_TYPE
Use with available fluent helpers to apply the ResponsibleType field to query operations.
|
static CustomerField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static CustomerField<String> |
TAX_NUMBER_TYPE
Use with available fluent helpers to apply the TaxNumberType field to query operations.
|
static CustomerField<String> |
TAX_NUMBER1
Use with available fluent helpers to apply the TaxNumber1 field to query operations.
|
static CustomerField<String> |
TAX_NUMBER2
Use with available fluent helpers to apply the TaxNumber2 field to query operations.
|
static CustomerField<String> |
TAX_NUMBER3
Use with available fluent helpers to apply the TaxNumber3 field to query operations.
|
static CustomerField<String> |
TAX_NUMBER4
Use with available fluent helpers to apply the TaxNumber4 field to query operations.
|
static CustomerField<String> |
TAX_NUMBER5
Use with available fluent helpers to apply the TaxNumber5 field to query operations.
|
static CustomerLink<CustomerCompany> |
TO_CUSTOMER_COMPANY
Use with available fluent helpers to apply the to_CustomerCompany navigation property to query operations.
|
static CustomerLink<CustomerSalesArea> |
TO_CUSTOMER_SALES_AREA
Use with available fluent helpers to apply the to_CustomerSalesArea navigation property to query operations.
|
static CustomerField<String> |
VAT_REGISTRATION
Use with available fluent helpers to apply the VATRegistration field to query operations.
|
Constructor and Description |
---|
Customer() |
Customer(String customer,
String authorizationGroup,
String billingIsBlockedForCustomer,
String createdByUser,
Calendar creationDate,
String customerAccountGroup,
String customerClassification,
String customerFullName,
String customerName,
String deliveryIsBlocked,
String nFPartnerIsNaturalPerson,
String orderIsBlockedForCustomer,
Boolean postingIsBlocked,
String supplier,
String customerCorporateGroup,
String fiscalAddress,
String industry,
String industryCode1,
String industryCode2,
String industryCode3,
String industryCode4,
String industryCode5,
String internationalLocationNumber1,
String nielsenRegion,
String responsibleType,
String taxNumber1,
String taxNumber2,
String taxNumber3,
String taxNumber4,
String taxNumber5,
String taxNumberType,
String vATRegistration,
Boolean deletionIndicator,
String isBusinessPurposeCompleted,
ErpConfigContext erpConfigContext,
List<CustomerCompany> toCustomerCompany,
List<CustomerSalesArea> toCustomerSalesArea) |
Modifier and Type | Method and Description |
---|---|
void |
addCustomerCompany(CustomerCompany... entity)
Adds elements to the list of associated CustomerCompany entities.
|
void |
addCustomerSalesArea(CustomerSalesArea... entity)
Adds elements to the list of associated CustomerSalesArea entities.
|
static Customer.CustomerBuilder |
builder() |
boolean |
equals(Object o) |
List<CustomerCompany> |
fetchCustomerCompany()
Fetches the CustomerCompany entities (one to many) associated with this entity.
|
List<CustomerSalesArea> |
fetchCustomerSalesArea()
Fetches the CustomerSalesArea entities (one to many) associated with this entity.
|
static <T> CustomerField<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 |
getBillingIsBlockedForCustomer()
Constraints: Not nullable, Maximum length: 2
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
Calendar |
getCreationDate()
Constraints: Not nullable, Precision: 0
|
String |
getCustomer()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCustomerAccountGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCustomerClassification()
Constraints: Not nullable, Maximum length: 2
|
List<CustomerCompany> |
getCustomerCompanyOrFetch()
Retrieval of associated CustomerCompany entities (one to many).
|
com.google.common.base.Optional<List<CustomerCompany>> |
getCustomerCompanyOrNull()
Retrieval of associated CustomerCompany entities (one to many).
|
String |
getCustomerCorporateGroup()
Constraints: Not nullable, Maximum length: 10
|
String |
getCustomerFullName()
Constraints: Not nullable, Maximum length: 220
|
String |
getCustomerName()
Constraints: Not nullable, Maximum length: 80
|
List<CustomerSalesArea> |
getCustomerSalesAreaOrFetch()
Retrieval of associated CustomerSalesArea entities (one to many).
|
com.google.common.base.Optional<List<CustomerSalesArea>> |
getCustomerSalesAreaOrNull()
Retrieval of associated CustomerSalesArea entities (one to many).
|
Boolean |
getDeletionIndicator()
Constraints: none
|
String |
getDeliveryIsBlocked()
Constraints: Not nullable, Maximum length: 2
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFiscalAddress()
Constraints: Not nullable, Maximum length: 10
|
String |
getIndustry()
Constraints: Not nullable, Maximum length: 4
|
String |
getIndustryCode1()
Constraints: Not nullable, Maximum length: 10
|
String |
getIndustryCode2()
Constraints: Not nullable, Maximum length: 10
|
String |
getIndustryCode3()
Constraints: Not nullable, Maximum length: 10
|
String |
getIndustryCode4()
Constraints: Not nullable, Maximum length: 10
|
String |
getIndustryCode5()
Constraints: Not nullable, Maximum length: 10
|
String |
getInternationalLocationNumber1()
Constraints: Not nullable, Maximum length: 7
|
String |
getIsBusinessPurposeCompleted()
Constraints: Not nullable, Maximum length: 1
|
String |
getNFPartnerIsNaturalPerson()
Constraints: Not nullable, Maximum length: 1
|
String |
getNielsenRegion()
Constraints: Not nullable, Maximum length: 2
|
String |
getOrderIsBlockedForCustomer()
Constraints: Not nullable, Maximum length: 2
|
Boolean |
getPostingIsBlocked()
Constraints: none
|
String |
getResponsibleType()
Constraints: Not nullable, Maximum length: 2
|
String |
getSupplier()
Constraints: Not nullable, Maximum length: 10
|
String |
getTaxNumber1()
Constraints: Not nullable, Maximum length: 16
|
String |
getTaxNumber2()
Constraints: Not nullable, Maximum length: 11
|
String |
getTaxNumber3()
Constraints: Not nullable, Maximum length: 18
|
String |
getTaxNumber4()
Constraints: Not nullable, Maximum length: 18
|
String |
getTaxNumber5()
Constraints: Not nullable, Maximum length: 60
|
String |
getTaxNumberType()
Constraints: Not nullable, Maximum length: 2
|
Class<Customer> |
getType() |
String |
getVATRegistration()
Constraints: Not nullable, Maximum length: 20
|
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setBillingIsBlockedForCustomer(String billingIsBlockedForCustomer)
Constraints: Not nullable, Maximum length: 2
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDate(Calendar creationDate)
Constraints: Not nullable, Precision: 0
|
void |
setCustomer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerAccountGroup(String customerAccountGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCustomerClassification(String customerClassification)
Constraints: Not nullable, Maximum length: 2
|
void |
setCustomerCompany(List<CustomerCompany> value)
Overwrites the list of associated CustomerCompany entities for the loaded navigation property to_CustomerCompany.
|
void |
setCustomerCorporateGroup(String customerCorporateGroup)
Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerFullName(String customerFullName)
Constraints: Not nullable, Maximum length: 220
|
void |
setCustomerName(String customerName)
Constraints: Not nullable, Maximum length: 80
|
void |
setCustomerSalesArea(List<CustomerSalesArea> value)
Overwrites the list of associated CustomerSalesArea entities for the loaded navigation property to_CustomerSalesArea.
|
void |
setDeletionIndicator(Boolean deletionIndicator)
Constraints: none
|
void |
setDeliveryIsBlocked(String deliveryIsBlocked)
Constraints: Not nullable, Maximum length: 2
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setFiscalAddress(String fiscalAddress)
Constraints: Not nullable, Maximum length: 10
|
void |
setIndustry(String industry)
Constraints: Not nullable, Maximum length: 4
|
void |
setIndustryCode1(String industryCode1)
Constraints: Not nullable, Maximum length: 10
|
void |
setIndustryCode2(String industryCode2)
Constraints: Not nullable, Maximum length: 10
|
void |
setIndustryCode3(String industryCode3)
Constraints: Not nullable, Maximum length: 10
|
void |
setIndustryCode4(String industryCode4)
Constraints: Not nullable, Maximum length: 10
|
void |
setIndustryCode5(String industryCode5)
Constraints: Not nullable, Maximum length: 10
|
void |
setInternationalLocationNumber1(String internationalLocationNumber1)
Constraints: Not nullable, Maximum length: 7
|
void |
setIsBusinessPurposeCompleted(String isBusinessPurposeCompleted)
Constraints: Not nullable, Maximum length: 1
|
void |
setNFPartnerIsNaturalPerson(String nFPartnerIsNaturalPerson)
Constraints: Not nullable, Maximum length: 1
|
void |
setNielsenRegion(String nielsenRegion)
Constraints: Not nullable, Maximum length: 2
|
void |
setOrderIsBlockedForCustomer(String orderIsBlockedForCustomer)
Constraints: Not nullable, Maximum length: 2
|
void |
setPostingIsBlocked(Boolean postingIsBlocked)
Constraints: none
|
void |
setResponsibleType(String responsibleType)
Constraints: Not nullable, Maximum length: 2
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
void |
setTaxNumber1(String taxNumber1)
Constraints: Not nullable, Maximum length: 16
|
void |
setTaxNumber2(String taxNumber2)
Constraints: Not nullable, Maximum length: 11
|
void |
setTaxNumber3(String taxNumber3)
Constraints: Not nullable, Maximum length: 18
|
void |
setTaxNumber4(String taxNumber4)
Constraints: Not nullable, Maximum length: 18
|
void |
setTaxNumber5(String taxNumber5)
Constraints: Not nullable, Maximum length: 60
|
void |
setTaxNumberType(String taxNumberType)
Constraints: Not nullable, Maximum length: 2
|
void |
setVATRegistration(String vATRegistration)
Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final CustomerSelectable ALL_FIELDS
public static final CustomerField<String> CUSTOMER
public static final CustomerField<String> AUTHORIZATION_GROUP
public static final CustomerField<String> BILLING_IS_BLOCKED_FOR_CUSTOMER
public static final CustomerField<String> CREATED_BY_USER
public static final CustomerField<Calendar> CREATION_DATE
public static final CustomerField<String> CUSTOMER_ACCOUNT_GROUP
public static final CustomerField<String> CUSTOMER_CLASSIFICATION
public static final CustomerField<String> CUSTOMER_FULL_NAME
public static final CustomerField<String> CUSTOMER_NAME
public static final CustomerField<String> DELIVERY_IS_BLOCKED
public static final CustomerField<String> NF_PARTNER_IS_NATURAL_PERSON
public static final CustomerField<String> ORDER_IS_BLOCKED_FOR_CUSTOMER
public static final CustomerField<Boolean> POSTING_IS_BLOCKED
public static final CustomerField<String> SUPPLIER
public static final CustomerField<String> CUSTOMER_CORPORATE_GROUP
public static final CustomerField<String> FISCAL_ADDRESS
public static final CustomerField<String> INDUSTRY
public static final CustomerField<String> INDUSTRY_CODE1
public static final CustomerField<String> INDUSTRY_CODE2
public static final CustomerField<String> INDUSTRY_CODE3
public static final CustomerField<String> INDUSTRY_CODE4
public static final CustomerField<String> INDUSTRY_CODE5
public static final CustomerField<String> INTERNATIONAL_LOCATION_NUMBER1
public static final CustomerField<String> NIELSEN_REGION
public static final CustomerField<String> RESPONSIBLE_TYPE
public static final CustomerField<String> TAX_NUMBER1
public static final CustomerField<String> TAX_NUMBER2
public static final CustomerField<String> TAX_NUMBER3
public static final CustomerField<String> TAX_NUMBER4
public static final CustomerField<String> TAX_NUMBER5
public static final CustomerField<String> TAX_NUMBER_TYPE
public static final CustomerField<String> VAT_REGISTRATION
public static final CustomerField<Boolean> DELETION_INDICATOR
public static final CustomerField<String> IS_BUSINESS_PURPOSE_COMPLETED
public static final CustomerLink<CustomerCompany> TO_CUSTOMER_COMPANY
public static final CustomerLink<CustomerSalesArea> TO_CUSTOMER_SALES_AREA
@Generated(value="lombok") public Customer()
@ConstructorProperties(value={"customer","authorizationGroup","billingIsBlockedForCustomer","createdByUser","creationDate","customerAccountGroup","customerClassification","customerFullName","customerName","deliveryIsBlocked","nFPartnerIsNaturalPerson","orderIsBlockedForCustomer","postingIsBlocked","supplier","customerCorporateGroup","fiscalAddress","industry","industryCode1","industryCode2","industryCode3","industryCode4","industryCode5","internationalLocationNumber1","nielsenRegion","responsibleType","taxNumber1","taxNumber2","taxNumber3","taxNumber4","taxNumber5","taxNumberType","vATRegistration","deletionIndicator","isBusinessPurposeCompleted","erpConfigContext","toCustomerCompany","toCustomerSalesArea"}) @Generated(value="lombok") public Customer(@Nullable String customer, @Nullable String authorizationGroup, @Nullable String billingIsBlockedForCustomer, @Nullable String createdByUser, @Nullable Calendar creationDate, @Nullable String customerAccountGroup, @Nullable String customerClassification, @Nullable String customerFullName, @Nullable String customerName, @Nullable String deliveryIsBlocked, @Nullable String nFPartnerIsNaturalPerson, @Nullable String orderIsBlockedForCustomer, @Nullable Boolean postingIsBlocked, @Nullable String supplier, @Nullable String customerCorporateGroup, @Nullable String fiscalAddress, @Nullable String industry, @Nullable String industryCode1, @Nullable String industryCode2, @Nullable String industryCode3, @Nullable String industryCode4, @Nullable String industryCode5, @Nullable String internationalLocationNumber1, @Nullable String nielsenRegion, @Nullable String responsibleType, @Nullable String taxNumber1, @Nullable String taxNumber2, @Nullable String taxNumber3, @Nullable String taxNumber4, @Nullable String taxNumber5, @Nullable String taxNumberType, @Nullable String vATRegistration, @Nullable Boolean deletionIndicator, @Nullable String isBusinessPurposeCompleted, @Nullable ErpConfigContext erpConfigContext, List<CustomerCompany> toCustomerCompany, List<CustomerSalesArea> toCustomerSalesArea)
public static <T> CustomerField<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.public List<CustomerCompany> fetchCustomerCompany() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<CustomerCompany> getCustomerCompanyOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CustomerCompany of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public com.google.common.base.Optional<List<CustomerCompany>> getCustomerCompanyOrNull()
If the navigation property to_CustomerCompany for an entity Customer has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setCustomerCompany(@NonNull List<CustomerCompany> value)
If the navigation property to_CustomerCompany of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of CustomerCompany entities.public void addCustomerCompany(CustomerCompany... entity)
If the navigation property to_CustomerCompany of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of CustomerCompany entities.public List<CustomerSalesArea> fetchCustomerSalesArea() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<CustomerSalesArea> getCustomerSalesAreaOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CustomerSalesArea of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public com.google.common.base.Optional<List<CustomerSalesArea>> getCustomerSalesAreaOrNull()
If the navigation property to_CustomerSalesArea for an entity Customer has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setCustomerSalesArea(@NonNull List<CustomerSalesArea> value)
If the navigation property to_CustomerSalesArea of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of CustomerSalesArea entities.public void addCustomerSalesArea(CustomerSalesArea... entity)
If the navigation property to_CustomerSalesArea of a queried Customer is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of CustomerSalesArea entities.@Generated(value="lombok") public static Customer.CustomerBuilder builder()
@Nullable @Generated(value="lombok") public String getCustomer()
@Nullable @Generated(value="lombok") public String getAuthorizationGroup()
@Nullable @Generated(value="lombok") public String getBillingIsBlockedForCustomer()
You can define different kinds of block, according to the needs of your organization. You can, for example, automatically block the processing of all credit memos to a certain customer, pending manual approval.
@Nullable @Generated(value="lombok") public String getCreatedByUser()
@Nullable @Generated(value="lombok") public Calendar getCreationDate()
@Nullable @Generated(value="lombok") public String getCustomerAccountGroup()
in which number range the customer account number should be; whether the number is assigned by the user or by the system; which specifications are necessary or possible in the master record.
@Nullable @Generated(value="lombok") public String getCustomerClassification()
The classifications are freely definable according to the needs of your organization.
@Nullable @Generated(value="lombok") public String getCustomerFullName()
@Nullable @Generated(value="lombok") public String getCustomerName()
@Nullable @Generated(value="lombok") public String getDeliveryIsBlocked()
You can define different kinds of block, according to the needs of your organization. You can, for example, automatically block all deliveries to a certain customer for credit reasons.
@Nullable @Generated(value="lombok") public String getNFPartnerIsNaturalPerson()
In the following countries, the system needs to know whether the taxpayer is a legal or natural person so that it can check the tax numbers correctly: Brazil Bulgaria Colombia Croatia Greece Italy Mexico Peru Slovenia Thailand Ukraine The flag is also used in conjunction with the Statement of Payments to Natural Persons report, as used in the Czech Republic and in Slovakia. This report only covers customers and vendors for whom you have set this indicator. In South Korea, it is used in conjunction with the Generic Withholding Tax Reporting program.
@Nullable @Generated(value="lombok") public String getOrderIsBlockedForCustomer()
If you block sales order processing, the block counts for the following partner functions of the customer: Sold-to party Ship-to party Payer If you want to process an order where the ship-to party differs from the sold-to party, and the ship-to party is blocked, you cannot process the order. You can define different kinds of block, according to the needs of your organization. You can, for example, automatically block all free of charge deliveries and credit memo requests for a certain customer, pending manual approval before further processing can take place.
@Nullable @Generated(value="lombok") public Boolean getPostingIsBlocked()
If you set this indicator, the system prevents users from posting items to this account and issues an error message to inform them that the account is blocked.
@Nullable @Generated(value="lombok") public String getSupplier()
@Nullable @Generated(value="lombok") public String getCustomerCorporateGroup()
If you create a matchcode using this group key, group evaluations are possible.
@Nullable @Generated(value="lombok") public String getFiscalAddress()
@Nullable @Generated(value="lombok") public String getIndustry()
The industry field belongs to the general data area of customer and vendor master records.
@Nullable @Generated(value="lombok") public String getIndustryCode1()
Depending on the standards your organization uses (for example, Standard Industry Codes (SIC)), enter the appropriate code. You can assign more than one industry code to a customer by choosing Create more.
@Nullable @Generated(value="lombok") public String getIndustryCode2()
Depending on the standards your organization uses (for example, Standard Industry Codes (SIC)), enter the appropriate code.
@Nullable @Generated(value="lombok") public String getIndustryCode3()
Depending on the standards your organization uses (for example, Standard Industry Codes (SIC)), enter the appropriate code.
@Nullable @Generated(value="lombok") public String getIndustryCode4()
Depending on the standards your organization uses (for example, Standard Industry Codes (SIC)), enter the appropriate code.
@Nullable @Generated(value="lombok") public String getIndustryCode5()
Depending on the standards your organization uses (for example, Standard Industry Codes (SIC)), enter the appropriate code.
@Nullable @Generated(value="lombok") public String getInternationalLocationNumber1()
The International Location Number (ILN) is assigned (in Germany by the Centrale for Coorganisation GmbH)) when a company is founded. It consists of 13 digits, the last digit being the check digit. There are two categories of location numbers: Participants who only need an ILN to cleary and unmistakably identify themselves for communication with the business partner are given a category 1 ILN. This cannot be used to identify articles by means of EAN. Participants who wish to assign the location numbers for their own enterprise areas are given a category 2 ILN. For a category 2 ILN, digits 1 to 7 are described as basis number. This is used as basis for the creation of article numbers (EAN).
@Nullable @Generated(value="lombok") public String getNielsenRegion()
By allocating a Nielsen division, you can use the services of the Nielsen Institute to create a market analysis of your customers.
@Nullable @Generated(value="lombok") public String getResponsibleType()
@Nullable @Generated(value="lombok") public String getTaxNumber1()
Enter the appropriate tax number: Country Tax Number Argentina CUIT number or CUIL number Belgium Enterprise number Brazil CNPJ number Bulgaria Unified identification code Chile RUT number China VAT registration number (shui wu deng ji hao) Colombia NIT number Croatia Legal persons: company identification number Natural persons: JMBG number Czech Republic DIC number France SIRET number Greece Personal ID Hungary Tax number Italy Fiscal code Kazakhstan RNN (obsolete) Mexico RFC number Netherlands SI registration number (Aansluitnummer UWV) of chain- liability vendor Norway VAT number Peru RUC number Philippines Taxpayer identification number (see below) Poland NIP number Portugal NIF number Romania Tax number Russia INN Slovakia DIC number Slovenia Tax number South Korea Natural persons: Personal identification number Legal persons: Corporation ID Spain NIF number Switzerland UID number Taiwan GUI registration number Thailand Personal ID Turkey Name of business partner's tax office Ukraine Taxpayer identification number United Kingdom Company registration number United States Social security number Venezuela RIF number In the Philippines, enter the taxpayer identification number with a V or N at the end, as follows: If the business partner is liable to VAT: 999-999-999-999V If the business partner is not liable to VAT: 999-999-999-999N
@Nullable @Generated(value="lombok") public String getTaxNumber2()
Enter the appropriate tax number: Country Tax Number Argentina NIP number or CM number Belgium VAT number Brazil CPF number Bulgaria Legal persons: tax number Natural persons: personal ID Croatia OIB number Czech Republic ICO number France SIREN number Greece AFM number India TIN Italy VAT number Kazakhstan BC (Beneficiary Code) Netherlands BSN number Russia OKPO code Slovakia ICO number South Korea VAT registration number Sweden Organization registration number Switzerland VAT number Taiwan Tax registration number Ukraine Legal persons: USREOU number Natural persons: SRNP number Turkey Tax number United Kingdom NI number United States Employer identification number Venezuela NIT number
@Nullable @Generated(value="lombok") public String getTaxNumber3()
Enter the tax number that applies: Country Tax number Argentina Withholding agent number Brazil State tax number Bulgaria Social security number Mexico CURP number Kazakhstan BIN Netherlands Tax registration number (Loonbelastingnummer) of the chain-liability vendor Russia KPP number Thailand Tax ID Ukraine VAT registration number
@Nullable @Generated(value="lombok") public String getTaxNumber4()
Enter the appropriate tax number: Country Tax Number Brazil Municipal tax number Kazakhstan IIN Russia OFK number (for public bodies only)
@Nullable @Generated(value="lombok") public String getTaxNumber5()
Specifies the certificate of registration as VAT payer in the following format: XXXXXYYYYYYYZZZZZZZZ, where: XXXXX is the certificate serial number, YYYYYYY is the certificate number and ZZZZZZZZ is the date of certificate issue.
@Nullable @Generated(value="lombok") public String getTaxNumberType()
The format and the check of tax number 1 depend on the two-digit tax number type. The tax number type is an identification type for tax in Argentina (for example, 80 for CUIT) and is used for the DGI tax report.
@Nullable @Generated(value="lombok") public String getVATRegistration()
The VAT registration number is used within the EU for tax-exempt deliveries for the "EC sales list". The check rules are defined for each EU country and cannot be changed.
@Nullable @Generated(value="lombok") public Boolean getDeletionIndicator()
To delete this data, you have to run the archiving program for Accounts Receivable or Payable. This program will archive all master records marked for deletion provided that there is no dependent data in them. Deletion flags can also be used in the program for deleting master data. You should, however, run this program only to delete test data prior to production startup.
@Nullable @Generated(value="lombok") public String getIsBusinessPurposeCompleted()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setCustomer(@Nullable String customer)
customer
- @Generated(value="lombok") public void setAuthorizationGroup(@Nullable String authorizationGroup)
authorizationGroup
- @Generated(value="lombok") public void setBillingIsBlockedForCustomer(@Nullable String billingIsBlockedForCustomer)
You can define different kinds of block, according to the needs of your organization. You can, for example, automatically block the processing of all credit memos to a certain customer, pending manual approval.
billingIsBlockedForCustomer
- @Generated(value="lombok") public void setCreatedByUser(@Nullable String createdByUser)
createdByUser
- @Generated(value="lombok") public void setCreationDate(@Nullable Calendar creationDate)
creationDate
- @Generated(value="lombok") public void setCustomerAccountGroup(@Nullable String customerAccountGroup)
in which number range the customer account number should be; whether the number is assigned by the user or by the system; which specifications are necessary or possible in the master record.
customerAccountGroup
- @Generated(value="lombok") public void setCustomerClassification(@Nullable String customerClassification)
The classifications are freely definable according to the needs of your organization.
customerClassification
- @Generated(value="lombok") public void setCustomerFullName(@Nullable String customerFullName)
customerFullName
- @Generated(value="lombok") public void setCustomerName(@Nullable String customerName)
customerName
- @Generated(value="lombok") public void setDeliveryIsBlocked(@Nullable String deliveryIsBlocked)
You can define different kinds of block, according to the needs of your organization. You can, for example, automatically block all deliveries to a certain customer for credit reasons.
deliveryIsBlocked
- @Generated(value="lombok") public void setNFPartnerIsNaturalPerson(@Nullable String nFPartnerIsNaturalPerson)
In the following countries, the system needs to know whether the taxpayer is a legal or natural person so that it can check the tax numbers correctly: Brazil Bulgaria Colombia Croatia Greece Italy Mexico Peru Slovenia Thailand Ukraine The flag is also used in conjunction with the Statement of Payments to Natural Persons report, as used in the Czech Republic and in Slovakia. This report only covers customers and vendors for whom you have set this indicator. In South Korea, it is used in conjunction with the Generic Withholding Tax Reporting program.
nFPartnerIsNaturalPerson
- @Generated(value="lombok") public void setOrderIsBlockedForCustomer(@Nullable String orderIsBlockedForCustomer)
If you block sales order processing, the block counts for the following partner functions of the customer: Sold-to party Ship-to party Payer If you want to process an order where the ship-to party differs from the sold-to party, and the ship-to party is blocked, you cannot process the order. You can define different kinds of block, according to the needs of your organization. You can, for example, automatically block all free of charge deliveries and credit memo requests for a certain customer, pending manual approval before further processing can take place.
orderIsBlockedForCustomer
- @Generated(value="lombok") public void setPostingIsBlocked(@Nullable Boolean postingIsBlocked)
If you set this indicator, the system prevents users from posting items to this account and issues an error message to inform them that the account is blocked.
postingIsBlocked
- @Generated(value="lombok") public void setSupplier(@Nullable String supplier)
supplier
- @Generated(value="lombok") public void setCustomerCorporateGroup(@Nullable String customerCorporateGroup)
If you create a matchcode using this group key, group evaluations are possible.
customerCorporateGroup
- @Generated(value="lombok") public void setFiscalAddress(@Nullable String fiscalAddress)
fiscalAddress
- @Generated(value="lombok") public void setIndustry(@Nullable String industry)
The industry field belongs to the general data area of customer and vendor master records.
industry
- @Generated(value="lombok") public void setIndustryCode1(@Nullable String industryCode1)
Depending on the standards your organization uses (for example, Standard Industry Codes (SIC)), enter the appropriate code. You can assign more than one industry code to a customer by choosing Create more.
industryCode1
- @Generated(value="lombok") public void setIndustryCode2(@Nullable String industryCode2)
Depending on the standards your organization uses (for example, Standard Industry Codes (SIC)), enter the appropriate code.
industryCode2
- @Generated(value="lombok") public void setIndustryCode3(@Nullable String industryCode3)
Depending on the standards your organization uses (for example, Standard Industry Codes (SIC)), enter the appropriate code.
industryCode3
- @Generated(value="lombok") public void setIndustryCode4(@Nullable String industryCode4)
Depending on the standards your organization uses (for example, Standard Industry Codes (SIC)), enter the appropriate code.
industryCode4
- @Generated(value="lombok") public void setIndustryCode5(@Nullable String industryCode5)
Depending on the standards your organization uses (for example, Standard Industry Codes (SIC)), enter the appropriate code.
industryCode5
- @Generated(value="lombok") public void setInternationalLocationNumber1(@Nullable String internationalLocationNumber1)
The International Location Number (ILN) is assigned (in Germany by the Centrale for Coorganisation GmbH)) when a company is founded. It consists of 13 digits, the last digit being the check digit. There are two categories of location numbers: Participants who only need an ILN to cleary and unmistakably identify themselves for communication with the business partner are given a category 1 ILN. This cannot be used to identify articles by means of EAN. Participants who wish to assign the location numbers for their own enterprise areas are given a category 2 ILN. For a category 2 ILN, digits 1 to 7 are described as basis number. This is used as basis for the creation of article numbers (EAN).
internationalLocationNumber1
- @Generated(value="lombok") public void setNielsenRegion(@Nullable String nielsenRegion)
By allocating a Nielsen division, you can use the services of the Nielsen Institute to create a market analysis of your customers.
nielsenRegion
- @Generated(value="lombok") public void setResponsibleType(@Nullable String responsibleType)
responsibleType
- @Generated(value="lombok") public void setTaxNumber1(@Nullable String taxNumber1)
Enter the appropriate tax number: Country Tax Number Argentina CUIT number or CUIL number Belgium Enterprise number Brazil CNPJ number Bulgaria Unified identification code Chile RUT number China VAT registration number (shui wu deng ji hao) Colombia NIT number Croatia Legal persons: company identification number Natural persons: JMBG number Czech Republic DIC number France SIRET number Greece Personal ID Hungary Tax number Italy Fiscal code Kazakhstan RNN (obsolete) Mexico RFC number Netherlands SI registration number (Aansluitnummer UWV) of chain- liability vendor Norway VAT number Peru RUC number Philippines Taxpayer identification number (see below) Poland NIP number Portugal NIF number Romania Tax number Russia INN Slovakia DIC number Slovenia Tax number South Korea Natural persons: Personal identification number Legal persons: Corporation ID Spain NIF number Switzerland UID number Taiwan GUI registration number Thailand Personal ID Turkey Name of business partner's tax office Ukraine Taxpayer identification number United Kingdom Company registration number United States Social security number Venezuela RIF number In the Philippines, enter the taxpayer identification number with a V or N at the end, as follows: If the business partner is liable to VAT: 999-999-999-999V If the business partner is not liable to VAT: 999-999-999-999N
taxNumber1
- @Generated(value="lombok") public void setTaxNumber2(@Nullable String taxNumber2)
Enter the appropriate tax number: Country Tax Number Argentina NIP number or CM number Belgium VAT number Brazil CPF number Bulgaria Legal persons: tax number Natural persons: personal ID Croatia OIB number Czech Republic ICO number France SIREN number Greece AFM number India TIN Italy VAT number Kazakhstan BC (Beneficiary Code) Netherlands BSN number Russia OKPO code Slovakia ICO number South Korea VAT registration number Sweden Organization registration number Switzerland VAT number Taiwan Tax registration number Ukraine Legal persons: USREOU number Natural persons: SRNP number Turkey Tax number United Kingdom NI number United States Employer identification number Venezuela NIT number
taxNumber2
- @Generated(value="lombok") public void setTaxNumber3(@Nullable String taxNumber3)
Enter the tax number that applies: Country Tax number Argentina Withholding agent number Brazil State tax number Bulgaria Social security number Mexico CURP number Kazakhstan BIN Netherlands Tax registration number (Loonbelastingnummer) of the chain-liability vendor Russia KPP number Thailand Tax ID Ukraine VAT registration number
taxNumber3
- @Generated(value="lombok") public void setTaxNumber4(@Nullable String taxNumber4)
Enter the appropriate tax number: Country Tax Number Brazil Municipal tax number Kazakhstan IIN Russia OFK number (for public bodies only)
taxNumber4
- @Generated(value="lombok") public void setTaxNumber5(@Nullable String taxNumber5)
Specifies the certificate of registration as VAT payer in the following format: XXXXXYYYYYYYZZZZZZZZ, where: XXXXX is the certificate serial number, YYYYYYY is the certificate number and ZZZZZZZZ is the date of certificate issue.
taxNumber5
- @Generated(value="lombok") public void setTaxNumberType(@Nullable String taxNumberType)
The format and the check of tax number 1 depend on the two-digit tax number type. The tax number type is an identification type for tax in Argentina (for example, 80 for CUIT) and is used for the DGI tax report.
taxNumberType
- @Generated(value="lombok") public void setVATRegistration(@Nullable String vATRegistration)
The VAT registration number is used within the EU for tax-exempt deliveries for the "EC sales list". The check rules are defined for each EU country and cannot be changed.
vATRegistration
- @Generated(value="lombok") public void setDeletionIndicator(@Nullable Boolean deletionIndicator)
To delete this data, you have to run the archiving program for Accounts Receivable or Payable. This program will archive all master records marked for deletion provided that there is no dependent data in them. Deletion flags can also be used in the program for deleting master data. You should, however, run this program only to delete test data prior to production startup.
deletionIndicator
- @Generated(value="lombok") public void setIsBusinessPurposeCompleted(@Nullable String isBusinessPurposeCompleted)
isBusinessPurposeCompleted
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2017 SAP SE. All rights reserved.