Class FundCoreHierarchyNodeText
Original entity name from the Odata EDM: A_FundCoreHierarchyNodeText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FundCoreHierarchyNodeTextSelectableSelector for all available fields of FundCoreHierarchyNodeText.static final FundCoreHierarchyNodeTextField<String>Use with available fluent helpers to apply the FundHierarchy field to query operations.static final FundCoreHierarchyNodeTextField<String>Use with available fluent helpers to apply the HierarchyNode field to query operations.static final FundCoreHierarchyNodeTextField<String>Use with available fluent helpers to apply the HierarchyNodeShortText field to query operations.static final FundCoreHierarchyNodeTextField<String>Use with available fluent helpers to apply the HierarchyNodeText field to query operations.static final FundCoreHierarchyNodeTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final FundCoreHierarchyNodeTextField<LocalDateTime>Use with available fluent helpers to apply the ValidityEndDate field to query operations.static final FundCoreHierarchyNodeTextField<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
ConstructorsConstructorDescriptionFundCoreHierarchyNodeText(String fundHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language, String hierarchyNodeText, String hierarchyNodeShortText, LocalDateTime validityStartDate) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
FundCoreHierarchyNodeTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> FundCoreHierarchyNodeTextField<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: 42(Key Field) Constraints: Not nullable, Maximum length: 50Constraints: Not nullable, Maximum length: 20Constraints: 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: 42voidsetHierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50voidsetHierarchyNodeShortText(String hierarchyNodeShortText) Constraints: Not nullable, Maximum length: 20voidsetHierarchyNodeText(String hierarchyNodeText) 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 FundCoreHierarchyNodeText. -
FUND_HIERARCHY
Use with available fluent helpers to apply the FundHierarchy field to query operations. -
HIERARCHY_NODE
Use with available fluent helpers to apply the HierarchyNode 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. -
HIERARCHY_NODE_TEXT
Use with available fluent helpers to apply the HierarchyNodeText field to query operations. -
HIERARCHY_NODE_SHORT_TEXT
Use with available fluent helpers to apply the HierarchyNodeShortText field to query operations. -
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
-
-
Constructor Details
-
FundCoreHierarchyNodeText
public FundCoreHierarchyNodeText() -
FundCoreHierarchyNodeText
public FundCoreHierarchyNodeText(@Nullable String fundHierarchy, @Nullable String hierarchyNode, @Nullable LocalDateTime validityEndDate, @Nullable String language, @Nullable String hierarchyNodeText, @Nullable String hierarchyNodeShortText, @Nullable LocalDateTime validityStartDate)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<FundCoreHierarchyNodeText>
-
setFundHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: FundHierarchy
- Parameters:
fundHierarchy- Fund Hierarchy
-
setHierarchyNode
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Parameters:
hierarchyNode- Hierarchy node
-
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
-
setHierarchyNodeText
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNodeText
- Parameters:
hierarchyNodeText- Hierarchy node description
-
setHierarchyNodeShortText
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HierarchyNodeShortText
- Parameters:
hierarchyNodeShortText- The hierarchyNodeShortText to set.
-
setValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Parameters:
validityStartDate- Validity Start Date
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<FundCoreHierarchyNodeText>
-
getKey
- Overrides:
getKeyin classVdmObject<FundCoreHierarchyNodeText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<FundCoreHierarchyNodeText>
-
fromMap
- Overrides:
fromMapin classVdmObject<FundCoreHierarchyNodeText>
-
field
@Nonnull public static <T> FundCoreHierarchyNodeTextField<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> FundCoreHierarchyNodeTextField<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<FundCoreHierarchyNodeText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<FundCoreHierarchyNodeText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<FundCoreHierarchyNodeText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<FundCoreHierarchyNodeText>
-
builder
-
getFundHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: FundHierarchy
- Returns:
- Fund Hierarchy
-
getHierarchyNode
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
- Hierarchy node
-
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
-
getHierarchyNodeText
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNodeText
- Returns:
- Hierarchy node description
-
getHierarchyNodeShortText
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: HierarchyNodeShortText
- Returns:
- The hierarchyNodeShortText contained in this entity.
-
getValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
- Validity Start Date
-
toString
- Overrides:
toStringin classVdmObject<FundCoreHierarchyNodeText>
-
equals
- Overrides:
equalsin classVdmEntity<FundCoreHierarchyNodeText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<FundCoreHierarchyNodeText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<FundCoreHierarchyNodeText>
-