public class PlanningCategoryText extends VdmEntity<PlanningCategoryText>
Modifier and Type | Class and Description |
---|---|
static class |
PlanningCategoryText.PlanningCategoryTextBuilder |
Modifier and Type | Field and Description |
---|---|
static PlanningCategoryTextSelectable |
ALL_FIELDS
Selector for all available fields of PlanningCategoryText.
|
static PlanningCategoryTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static PlanningCategoryTextField<String> |
PLANNING_CATEGORY
Use with available fluent helpers to apply the PlanningCategory field to query operations.
|
static PlanningCategoryTextField<String> |
PLANNING_CATEGORY_NAME
Use with available fluent helpers to apply the PlanningCategoryName field to query operations.
|
Constructor and Description |
---|
PlanningCategoryText() |
PlanningCategoryText(String planningCategory,
String language,
String planningCategoryName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PlanningCategoryText.PlanningCategoryTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> PlanningCategoryTextField<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 |
getPlanningCategory()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getPlanningCategoryName()
Constraints: Not nullable, Maximum length: 40
|
Class<PlanningCategoryText> |
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 |
setPlanningCategory(String planningCategory)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setPlanningCategoryName(String planningCategoryName)
Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final PlanningCategoryTextSelectable ALL_FIELDS
public static final PlanningCategoryTextField<String> PLANNING_CATEGORY
public static final PlanningCategoryTextField<String> LANGUAGE
public static final PlanningCategoryTextField<String> PLANNING_CATEGORY_NAME
@Generated(value="lombok") public PlanningCategoryText()
@ConstructorProperties(value={"planningCategory","language","planningCategoryName","erpConfigContext"}) @Generated(value="lombok") public PlanningCategoryText(@Nullable String planningCategory, @Nullable String language, @Nullable String planningCategoryName, @Nullable ErpConfigContext erpConfigContext)
public Class<PlanningCategoryText> getType()
getType
in class VdmObject<PlanningCategoryText>
public static <T> PlanningCategoryTextField<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 PlanningCategoryText.PlanningCategoryTextBuilder builder()
@Nullable @Generated(value="lombok") public String getPlanningCategory()
Categories from SAP Business Planning & Consolidation are mapped in Real-Time Consolidation to consolidation versions. This mapping is defined in the Model transaction (RTCMD) under the Version tab.
@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 getPlanningCategoryName()
Describes an object with a maximum of 40 characters.
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setPlanningCategory(@Nullable String planningCategory)
Categories from SAP Business Planning & Consolidation are mapped in Real-Time Consolidation to consolidation versions. This mapping is defined in the Model transaction (RTCMD) under the Version tab.
planningCategory
- @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 setPlanningCategoryName(@Nullable String planningCategoryName)
Describes an object with a maximum of 40 characters.
planningCategoryName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<PlanningCategoryText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<PlanningCategoryText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<PlanningCategoryText>
Copyright © 2018 SAP SE. All rights reserved.