public class PlanningCategoryText extends VdmEntity<PlanningCategoryText>
Original entity name from the Odata EDM: A_PlanningCategoryTextType
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.
|
changedOriginalFields
Constructor and Description |
---|
PlanningCategoryText() |
PlanningCategoryText(String planningCategory,
String language,
String planningCategoryName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PlanningCategoryText.PlanningCategoryTextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
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
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
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
public Class<PlanningCategoryText> getType()
getType
in class VdmObject<PlanningCategoryText>
public void setPlanningCategory(@Nullable String planningCategory)
Original property name from the Odata EDM: 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
- Specifies the BPC category.public void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- The language key indicatespublic void setPlanningCategoryName(@Nullable String planningCategoryName)
Original property name from the Odata EDM: PlanningCategoryName
Describes an object with a maximum of 40 characters.
planningCategoryName
- Medium descriptionprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<PlanningCategoryText>
protected Map<String,Object> getKey()
getKey
in class VdmObject<PlanningCategoryText>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PlanningCategoryText>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PlanningCategoryText>
@Nonnull public static <T> PlanningCategoryTextField<T> field(@Nonnull String fieldName, @Nonnull 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.@Nonnull public static <T,DomainT> PlanningCategoryTextField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static PlanningCategoryText.PlanningCategoryTextBuilder builder()
@Nullable public String getPlanningCategory()
Original property name from the Odata EDM: 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.
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
- 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 getPlanningCategoryName()
Original property name from the Odata EDM: PlanningCategoryName
Describes an object with a maximum of 40 characters.
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<PlanningCategoryText>
erpConfigContext
- public String toString()
toString
in class VdmObject<PlanningCategoryText>
public boolean equals(Object o)
equals
in class VdmObject<PlanningCategoryText>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<PlanningCategoryText>
public int hashCode()
hashCode
in class VdmObject<PlanningCategoryText>
Copyright © 2018 SAP SE. All rights reserved.