Class FundCoreHierarchyText
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<FundCoreHierarchyText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fundhierarchy.FundCoreHierarchyText
Fund Hierarchy Text
Original entity name from the Odata EDM: A_FundCoreHierarchyText_Type
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FundCoreHierarchyTextSelectableSelector for all available fields of FundCoreHierarchyText.static final FundCoreHierarchyTextField<String>Use with available fluent helpers to apply the FundHierarchy field to query operations.static final FundCoreHierarchyTextField<String>Use with available fluent helpers to apply the FundHierarchyName field to query operations.static final FundCoreHierarchyTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final FundCoreHierarchyTextField<LocalDateTime>Use with available fluent helpers to apply the ValidityEndDate field to query operations.static final FundCoreHierarchyTextField<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
ConstructorsConstructorDescriptionFundCoreHierarchyText(String fundHierarchy, LocalDateTime validityEndDate, String language, LocalDateTime validityStartDate, String fundHierarchyName) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
FundCoreHierarchyTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> FundCoreHierarchyTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 42Constraints: Not nullable, Maximum length: 50getKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()(Key Field) Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0inthashCode()voidsetFundHierarchy(String fundHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42voidsetFundHierarchyName(String fundHierarchyName) 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 FundCoreHierarchyText. -
FUND_HIERARCHY
Use with available fluent helpers to apply the FundHierarchy 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. -
FUND_HIERARCHY_NAME
Use with available fluent helpers to apply the FundHierarchyName field to query operations.
-
-
Constructor Details
-
FundCoreHierarchyText
public FundCoreHierarchyText() -
FundCoreHierarchyText
public FundCoreHierarchyText(@Nullable String fundHierarchy, @Nullable LocalDateTime validityEndDate, @Nullable String language, @Nullable LocalDateTime validityStartDate, @Nullable String fundHierarchyName)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<FundCoreHierarchyText>
-
setFundHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: FundHierarchy
- Parameters:
fundHierarchy- Fund 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
-
setFundHierarchyName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: FundHierarchyName
- Parameters:
fundHierarchyName- Hierarchy description
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<FundCoreHierarchyText>
-
getKey
- Overrides:
getKeyin classVdmObject<FundCoreHierarchyText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<FundCoreHierarchyText>
-
fromMap
- Overrides:
fromMapin classVdmObject<FundCoreHierarchyText>
-
field
@Nonnull public static <T> FundCoreHierarchyTextField<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> FundCoreHierarchyTextField<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<FundCoreHierarchyText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<FundCoreHierarchyText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<FundCoreHierarchyText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<FundCoreHierarchyText>
-
builder
-
getFundHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: FundHierarchy
- Returns:
- Fund 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
-
getFundHierarchyName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: FundHierarchyName
- Returns:
- Hierarchy description
-
toString
- Overrides:
toStringin classVdmObject<FundCoreHierarchyText>
-
equals
- Overrides:
equalsin classVdmEntity<FundCoreHierarchyText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<FundCoreHierarchyText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<FundCoreHierarchyText>
-