Class GLAccountHierText
Original entity name from the Odata EDM: GLAccountHierTextType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GLAccountHierTextField<String>Use with available fluent helpers to apply the AdditionalMasterDataHierarchy field to query operations.static final GLAccountHierTextSelectableSelector for all available fields of GLAccountHierText.static final GLAccountHierTextField<String>Use with available fluent helpers to apply the HierarchyNode field to query operations.static final GLAccountHierTextField<String>Use with available fluent helpers to apply the HierarchyNodeText field to query operations.static final GLAccountHierTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final GLAccountHierTextField<String>Use with available fluent helpers to apply the NodeType field to query operations.static final GLAccountHierTextField<LocalDateTime>Use with available fluent helpers to apply the ValidityEndDate field to query operations.static final GLAccountHierTextField<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
ConstructorsConstructorDescriptionGLAccountHierText(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language, String hierarchyNodeText, LocalDateTime validityStartDate, String nodeType) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
GLAccountHierTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> GLAccountHierTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 40protected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 50Constraints: Not nullable, Maximum length: 50getKey()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 1getType()(Key Field) Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0inthashCode()voidsetAdditionalMasterDataHierarchy(String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40voidsetHierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50voidsetHierarchyNodeText(String hierarchyNodeText) Constraints: Not nullable, Maximum length: 50voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetNodeType(String nodeType) Constraints: Not nullable, Maximum length: 1protected 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 GLAccountHierText. -
ADDITIONAL_MASTER_DATA_HIERARCHY
Use with available fluent helpers to apply the AdditionalMasterDataHierarchy 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. -
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations. -
NODE_TYPE
Use with available fluent helpers to apply the NodeType field to query operations.
-
-
Constructor Details
-
GLAccountHierText
public GLAccountHierText() -
GLAccountHierText
public GLAccountHierText(@Nullable String additionalMasterDataHierarchy, @Nullable String hierarchyNode, @Nullable LocalDateTime validityEndDate, @Nullable String language, @Nullable String hierarchyNodeText, @Nullable LocalDateTime validityStartDate, @Nullable String nodeType)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<GLAccountHierText>
-
setAdditionalMasterDataHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalMasterDataHierarchy
- Parameters:
additionalMasterDataHierarchy- Consolidation G/L Account Hierarchy
-
setHierarchyNode
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Parameters:
hierarchyNode- Consolidation 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- Consolidation Hierarchy Node Description
-
setValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Parameters:
validityStartDate- Validity Start Date
-
setNodeType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Parameters:
nodeType- Hierarchy node type
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<GLAccountHierText>
-
getKey
- Overrides:
getKeyin classVdmObject<GLAccountHierText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<GLAccountHierText>
-
fromMap
- Overrides:
fromMapin classVdmObject<GLAccountHierText>
-
field
@Nonnull public static <T> GLAccountHierTextField<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> GLAccountHierTextField<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<GLAccountHierText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<GLAccountHierText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<GLAccountHierText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<GLAccountHierText>
-
builder
-
getAdditionalMasterDataHierarchy
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalMasterDataHierarchy
- Returns:
- Consolidation G/L Account Hierarchy
-
getHierarchyNode
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
- Consolidation 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:
- Consolidation Hierarchy Node Description
-
getValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
- Validity Start Date
-
getNodeType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
- Hierarchy node type
-
toString
- Overrides:
toStringin classVdmObject<GLAccountHierText>
-
equals
- Overrides:
equalsin classVdmEntity<GLAccountHierText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<GLAccountHierText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<GLAccountHierText>
-