public class SalesOrganizationText extends VdmEntity<SalesOrganizationText>
Modifier and Type | Class and Description |
---|---|
static class |
SalesOrganizationText.SalesOrganizationTextBuilder |
Modifier and Type | Field and Description |
---|---|
static SalesOrganizationTextSelectable |
ALL_FIELDS
Selector for all available fields of SalesOrganizationText.
|
static SalesOrganizationTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static SalesOrganizationTextField<String> |
SALES_ORGANIZATION
Use with available fluent helpers to apply the SalesOrganization field to query operations.
|
static SalesOrganizationTextField<String> |
SALES_ORGANIZATION_NAME
Use with available fluent helpers to apply the SalesOrganizationName field to query operations.
|
Constructor and Description |
---|
SalesOrganizationText() |
SalesOrganizationText(String salesOrganization,
String language,
String salesOrganizationName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SalesOrganizationText.SalesOrganizationTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SalesOrganizationTextField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2 - the language in which texts are displayed,
- the language in which you enter texts,
- the language in which the system prints texts.
|
String |
getSalesOrganization()
(Key Field) Constraints: Not nullable, Maximum length: 4 You can assign any number of distribution channels and divisions to a sales organization.
|
String |
getSalesOrganizationName()
Constraints: Not nullable, Maximum length: 20
|
Class<SalesOrganizationText> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2 - the language in which texts are displayed,
- the language in which you enter texts,
- the language in which the system prints texts.
|
void |
setSalesOrganization(String salesOrganization)
(Key Field) Constraints: Not nullable, Maximum length: 4 You can assign any number of distribution channels and divisions to a sales organization.
|
void |
setSalesOrganizationName(String salesOrganizationName)
Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SalesOrganizationTextSelectable ALL_FIELDS
public static final SalesOrganizationTextField<String> SALES_ORGANIZATION
public static final SalesOrganizationTextField<String> LANGUAGE
public static final SalesOrganizationTextField<String> SALES_ORGANIZATION_NAME
public Class<SalesOrganizationText> getType()
getType
in class VdmObject<SalesOrganizationText>
public static <T> SalesOrganizationTextField<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 static SalesOrganizationText.SalesOrganizationTextBuilder builder()
@Nullable public String getSalesOrganization()
You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area.
@Nullable public String getLanguage()
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
@Nullable public String getSalesOrganizationName()
@Nullable public ErpConfigContext getErpConfigContext()
public void setSalesOrganization(@Nullable String salesOrganization)
You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area.
salesOrganization
- public void setLanguage(@Nullable String language)
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- public void setSalesOrganizationName(@Nullable String salesOrganizationName)
salesOrganizationName
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<SalesOrganizationText>
public boolean equals(Object o)
equals
in class VdmObject<SalesOrganizationText>
public int hashCode()
hashCode
in class VdmObject<SalesOrganizationText>
Copyright © 2018 SAP SE. All rights reserved.