public class BusinessAreaText extends VdmEntity<BusinessAreaText>
Modifier and Type | Class and Description |
---|---|
static class |
BusinessAreaText.BusinessAreaTextBuilder |
Modifier and Type | Field and Description |
---|---|
static BusinessAreaTextSelectable |
ALL_FIELDS
Selector for all available fields of BusinessAreaText.
|
static BusinessAreaTextField<String> |
BUSINESS_AREA
Use with available fluent helpers to apply the BusinessArea field to query operations.
|
static BusinessAreaTextField<String> |
BUSINESS_AREA_NAME
Use with available fluent helpers to apply the BusinessAreaName field to query operations.
|
static BusinessAreaTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
Constructor and Description |
---|
BusinessAreaText() |
BusinessAreaText(String businessArea,
String language,
String businessAreaName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static BusinessAreaText.BusinessAreaTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> BusinessAreaTextField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getBusinessArea()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getBusinessAreaName()
Constraints: Not nullable, Maximum length: 30
|
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<BusinessAreaText> |
getType() |
int |
hashCode() |
void |
setBusinessArea(String businessArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setBusinessAreaName(String businessAreaName)
Constraints: Not nullable, Maximum length: 30
|
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 BusinessAreaTextSelectable ALL_FIELDS
public static final BusinessAreaTextField<String> BUSINESS_AREA
public static final BusinessAreaTextField<String> LANGUAGE
public static final BusinessAreaTextField<String> BUSINESS_AREA_NAME
@Generated(value="lombok") public BusinessAreaText()
@ConstructorProperties(value={"businessArea","language","businessAreaName","erpConfigContext"}) @Generated(value="lombok") public BusinessAreaText(@Nullable String businessArea, @Nullable String language, @Nullable String businessAreaName, @Nullable ErpConfigContext erpConfigContext)
public Class<BusinessAreaText> getType()
getType
in class VdmObject<BusinessAreaText>
public static <T> BusinessAreaTextField<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 BusinessAreaText.BusinessAreaTextBuilder builder()
@Nullable @Generated(value="lombok") public String getBusinessArea()
@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 getBusinessAreaName()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setBusinessArea(@Nullable String businessArea)
businessArea
- @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 setBusinessAreaName(@Nullable String businessAreaName)
businessAreaName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<BusinessAreaText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<BusinessAreaText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<BusinessAreaText>
Copyright © 2018 SAP SE. All rights reserved.