public class CustomerGroupText extends VdmEntity<CustomerGroupText>
Modifier and Type | Class and Description |
---|---|
static class |
CustomerGroupText.CustomerGroupTextBuilder |
Modifier and Type | Field and Description |
---|---|
static CustomerGroupTextSelectable |
ALL_FIELDS
Selector for all available fields of CustomerGroupText.
|
static CustomerGroupTextField<String> |
CUSTOMER_GROUP
Use with available fluent helpers to apply the CustomerGroup field to query operations.
|
static CustomerGroupTextField<String> |
CUSTOMER_GROUP_NAME
Use with available fluent helpers to apply the CustomerGroupName field to query operations.
|
static CustomerGroupTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
Constructor and Description |
---|
CustomerGroupText() |
CustomerGroupText(String customerGroup,
String language,
String customerGroupName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static CustomerGroupText.CustomerGroupTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> CustomerGroupTextField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getCustomerGroup()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getCustomerGroupName()
Constraints: Not nullable, Maximum length: 20
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Class<CustomerGroupText> |
getType() |
int |
hashCode() |
void |
setCustomerGroup(String customerGroup)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setCustomerGroupName(String customerGroupName)
Constraints: Not nullable, Maximum length: 20
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final CustomerGroupTextSelectable ALL_FIELDS
public static final CustomerGroupTextField<String> CUSTOMER_GROUP
public static final CustomerGroupTextField<String> LANGUAGE
public static final CustomerGroupTextField<String> CUSTOMER_GROUP_NAME
@Generated(value="lombok") public CustomerGroupText()
@ConstructorProperties(value={"customerGroup","language","customerGroupName","erpConfigContext"}) @Generated(value="lombok") public CustomerGroupText(@Nullable String customerGroup, @Nullable String language, @Nullable String customerGroupName, @Nullable ErpConfigContext erpConfigContext)
public Class<CustomerGroupText> getType()
getType
in class VdmObject<CustomerGroupText>
public static <T> CustomerGroupTextField<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 CustomerGroupText.CustomerGroupTextBuilder builder()
@Nullable @Generated(value="lombok") public String getCustomerGroup()
@Nullable @Generated(value="lombok") 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 @Generated(value="lombok") public String getCustomerGroupName()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setCustomerGroup(@Nullable String customerGroup)
customerGroup
- @Generated(value="lombok") 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
- @Generated(value="lombok") public void setCustomerGroupName(@Nullable String customerGroupName)
customerGroupName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<CustomerGroupText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<CustomerGroupText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<CustomerGroupText>
Copyright © 2017 SAP SE. All rights reserved.