Class BudgetAccountCoreHierarchyText
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<BudgetAccountCoreHierarchyText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetaccounthierarchy.BudgetAccountCoreHierarchyText
Budget Account Hierarchy Text
Original entity name from the Odata EDM: A_BudgetAccountCoreHierarchyText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BudgetAccountCoreHierarchyTextSelectableSelector for all available fields of BudgetAccountCoreHierarchyText.static final BudgetAccountCoreHierarchyTextField<String>Use with available fluent helpers to apply the BudgetAccountHierarchy field to query operations.static final BudgetAccountCoreHierarchyTextField<String>Use with available fluent helpers to apply the BudgetAccountHierarchyName field to query operations.static final BudgetAccountCoreHierarchyTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final BudgetAccountCoreHierarchyTextField<LocalDateTime>Use with available fluent helpers to apply the ValidityEndDate field to query operations.static final BudgetAccountCoreHierarchyTextField<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
ConstructorsConstructorDescriptionBudgetAccountCoreHierarchyText(String budgetAccountHierarchy, LocalDateTime validityEndDate, String language, LocalDateTime validityStartDate, String budgetAccountHierarchyName) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BudgetAccountCoreHierarchyTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BudgetAccountCoreHierarchyTextField<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()voidsetBudgetAccountHierarchy(String budgetAccountHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42voidsetBudgetAccountHierarchyName(String budgetAccountHierarchyName) 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 BudgetAccountCoreHierarchyText. -
BUDGET_ACCOUNT_HIERARCHY
Use with available fluent helpers to apply the BudgetAccountHierarchy 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_ACCOUNT_HIERARCHY_NAME
Use with available fluent helpers to apply the BudgetAccountHierarchyName field to query operations.
-
-
Constructor Details
-
BudgetAccountCoreHierarchyText
public BudgetAccountCoreHierarchyText() -
BudgetAccountCoreHierarchyText
public BudgetAccountCoreHierarchyText(@Nullable String budgetAccountHierarchy, @Nullable LocalDateTime validityEndDate, @Nullable String language, @Nullable LocalDateTime validityStartDate, @Nullable String budgetAccountHierarchyName)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BudgetAccountCoreHierarchyText>
-
setBudgetAccountHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: BudgetAccountHierarchy
- Parameters:
budgetAccountHierarchy- Budget Account 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
-
setBudgetAccountHierarchyName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: BudgetAccountHierarchyName
- Parameters:
budgetAccountHierarchyName- Hierarchy description
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BudgetAccountCoreHierarchyText>
-
getKey
- Overrides:
getKeyin classVdmObject<BudgetAccountCoreHierarchyText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BudgetAccountCoreHierarchyText>
-
fromMap
- Overrides:
fromMapin classVdmObject<BudgetAccountCoreHierarchyText>
-
field
@Nonnull public static <T> BudgetAccountCoreHierarchyTextField<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> BudgetAccountCoreHierarchyTextField<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<BudgetAccountCoreHierarchyText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BudgetAccountCoreHierarchyText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BudgetAccountCoreHierarchyText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BudgetAccountCoreHierarchyText>
-
builder
@Nonnull public static BudgetAccountCoreHierarchyText.BudgetAccountCoreHierarchyTextBuilder builder() -
getBudgetAccountHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: BudgetAccountHierarchy
- Returns:
- Budget Account 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
-
getBudgetAccountHierarchyName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: BudgetAccountHierarchyName
- Returns:
- Hierarchy description
-
toString
- Overrides:
toStringin classVdmObject<BudgetAccountCoreHierarchyText>
-
equals
- Overrides:
equalsin classVdmEntity<BudgetAccountCoreHierarchyText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BudgetAccountCoreHierarchyText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BudgetAccountCoreHierarchyText>
-