Class BudgetPeriodCoreHierarchyText
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<BudgetPeriodCoreHierarchyText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiodhierarchy.BudgetPeriodCoreHierarchyText
Budget Period Hierarchy Text
Original entity name from the Odata EDM: A_BudgetPeriodCoreHierarchyText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BudgetPeriodCoreHierarchyTextSelectableSelector for all available fields of BudgetPeriodCoreHierarchyText.static final BudgetPeriodCoreHierarchyTextField<String>Use with available fluent helpers to apply the BudgetPeriodHierarchy field to query operations.static final BudgetPeriodCoreHierarchyTextField<String>Use with available fluent helpers to apply the BudgetPeriodHierarchyName field to query operations.static final BudgetPeriodCoreHierarchyTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final BudgetPeriodCoreHierarchyTextField<LocalDateTime>Use with available fluent helpers to apply the ValidityEndDate field to query operations.static final BudgetPeriodCoreHierarchyTextField<LocalDateTime>Use with available fluent helpers to apply the ValidityStartDate field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionBudgetPeriodCoreHierarchyText(String budgetPeriodHierarchy, LocalDateTime validityEndDate, String language, LocalDateTime validityStartDate, String budgetPeriodHierarchyName) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BudgetPeriodCoreHierarchyTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BudgetPeriodCoreHierarchyTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 42Constraints: Not nullable, Maximum length: 50protected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()(Key Field) Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0inthashCode()voidsetBudgetPeriodHierarchy(String budgetPeriodHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42voidsetBudgetPeriodHierarchyName(String budgetPeriodHierarchyName) Constraints: Not nullable, Maximum length: 50voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) voidsetValidityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0voidsetValidityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of BudgetPeriodCoreHierarchyText. -
BUDGET_PERIOD_HIERARCHY
Use with available fluent helpers to apply the BudgetPeriodHierarchy field to query operations. -
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations. -
BUDGET_PERIOD_HIERARCHY_NAME
Use with available fluent helpers to apply the BudgetPeriodHierarchyName field to query operations.
-
-
Constructor Details
-
BudgetPeriodCoreHierarchyText
public BudgetPeriodCoreHierarchyText() -
BudgetPeriodCoreHierarchyText
public BudgetPeriodCoreHierarchyText(@Nullable String budgetPeriodHierarchy, @Nullable LocalDateTime validityEndDate, @Nullable String language, @Nullable LocalDateTime validityStartDate, @Nullable String budgetPeriodHierarchyName)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BudgetPeriodCoreHierarchyText>
-
setBudgetPeriodHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: BudgetPeriodHierarchy
- Parameters:
budgetPeriodHierarchy- Budget Period Hierarchy
-
setValidityEndDate
(Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Parameters:
validityEndDate- Validity End Date
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Parameters:
validityStartDate- Validity Start Date
-
setBudgetPeriodHierarchyName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: BudgetPeriodHierarchyName
- Parameters:
budgetPeriodHierarchyName- Hierarchy description
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BudgetPeriodCoreHierarchyText>
-
getKey
- Overrides:
getKeyin classVdmObject<BudgetPeriodCoreHierarchyText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BudgetPeriodCoreHierarchyText>
-
fromMap
- Overrides:
fromMapin classVdmObject<BudgetPeriodCoreHierarchyText>
-
field
@Nonnull public static <T> BudgetPeriodCoreHierarchyTextField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> BudgetPeriodCoreHierarchyTextField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<BudgetPeriodCoreHierarchyText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BudgetPeriodCoreHierarchyText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BudgetPeriodCoreHierarchyText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BudgetPeriodCoreHierarchyText>
-
builder
-
getBudgetPeriodHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: BudgetPeriodHierarchy
- Returns:
- Budget Period Hierarchy
-
getValidityEndDate
(Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
- Validity End Date
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
- Validity Start Date
-
getBudgetPeriodHierarchyName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: BudgetPeriodHierarchyName
- Returns:
- Hierarchy description
-
toString
- Overrides:
toStringin classVdmObject<BudgetPeriodCoreHierarchyText>
-
equals
- Overrides:
equalsin classVdmEntity<BudgetPeriodCoreHierarchyText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BudgetPeriodCoreHierarchyText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BudgetPeriodCoreHierarchyText>
-