public class ProductGroupText extends VdmEntity<ProductGroupText>
Modifier and Type | Class and Description |
---|---|
static class |
ProductGroupText.ProductGroupTextBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<ProductGroupText> |
ALL_FIELDS
Selector for all available fields of ProductGroupText.
|
static ProductGroupTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ProductGroupTextField<String> |
MATERIAL_GROUP
Use with available fluent helpers to apply the MaterialGroup field to query operations.
|
static ProductGroupTextField<String> |
MATERIAL_GROUP_NAME
Use with available fluent helpers to apply the MaterialGroupName field to query operations.
|
static ProductGroupTextField<String> |
MATERIAL_GROUP_TEXT
Use with available fluent helpers to apply the MaterialGroupText field to query operations.
|
Constructor and Description |
---|
ProductGroupText() |
ProductGroupText(String materialGroup,
String language,
String materialGroupName,
String materialGroupText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProductGroupText.ProductGroupTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProductGroupTextField<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.
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getMaterialGroup()
(Key Field) Constraints: Not nullable, Maximum length: 9
|
String |
getMaterialGroupName()
Constraints: Not nullable, Maximum length: 20
|
String |
getMaterialGroupText()
Constraints: Not nullable, Maximum length: 60
|
Class<ProductGroupText> |
getType() |
int |
hashCode() |
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
|
void |
setMaterialGroup(String materialGroup)
(Key Field) Constraints: Not nullable, Maximum length: 9
|
void |
setMaterialGroupName(String materialGroupName)
Constraints: Not nullable, Maximum length: 20
|
void |
setMaterialGroupText(String materialGroupText)
Constraints: Not nullable, Maximum length: 60
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<ProductGroupText> ALL_FIELDS
public static final ProductGroupTextField<String> MATERIAL_GROUP
public static final ProductGroupTextField<String> LANGUAGE
public static final ProductGroupTextField<String> MATERIAL_GROUP_NAME
public static final ProductGroupTextField<String> MATERIAL_GROUP_TEXT
@Generated(value="lombok") public ProductGroupText()
@ConstructorProperties(value={"materialGroup","language","materialGroupName","materialGroupText","erpConfigContext"}) @Generated(value="lombok") public ProductGroupText(@Nullable String materialGroup, @Nullable String language, @Nullable String materialGroupName, @Nullable String materialGroupText, @Nullable ErpConfigContext erpConfigContext)
public Class<ProductGroupText> getType()
getType
in class VdmObject<ProductGroupText>
public static <T> ProductGroupTextField<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 ProductGroupText.ProductGroupTextBuilder builder()
@Nullable @Generated(value="lombok") public String getMaterialGroup()
You can use material groups to: Restrict the scope of analyses Search specifically for product master records via search helps If you have not defined a material group hierarchy using the classification system, you maintain product groups in Customizing for the Material Master in Define material groups. If you have defined a product group hierarchy, which is normally the case in retail, you maintain product groups in Customizing for Material Groups or from the initial Retailing screen by choosing Master data -> Material group.
@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 getMaterialGroupName()
@Nullable @Generated(value="lombok") public String getMaterialGroupText()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setMaterialGroup(@Nullable String materialGroup)
You can use material groups to: Restrict the scope of analyses Search specifically for product master records via search helps If you have not defined a material group hierarchy using the classification system, you maintain product groups in Customizing for the Material Master in Define material groups. If you have defined a product group hierarchy, which is normally the case in retail, you maintain product groups in Customizing for Material Groups or from the initial Retailing screen by choosing Master data -> Material group.
materialGroup
- @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 setMaterialGroupName(@Nullable String materialGroupName)
materialGroupName
- @Generated(value="lombok") public void setMaterialGroupText(@Nullable String materialGroupText)
materialGroupText
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ProductGroupText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ProductGroupText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ProductGroupText>
Copyright © 2017 SAP SE. All rights reserved.