Class CnsldtnGLChartOfAcctsText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: CnsldtnGLChartOfAcctsText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of CnsldtnGLChartOfAcctsText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<CnsldtnGLChartOfAcctsText>Selector for all available fields of CnsldtnGLChartOfAcctsText.static final SimpleProperty.String<CnsldtnGLChartOfAcctsText>static final SimpleProperty.String<CnsldtnGLChartOfAcctsText>static final SimpleProperty.Boolean<CnsldtnGLChartOfAcctsText>static final SimpleProperty.String<CnsldtnGLChartOfAcctsText>Use with available request builders to apply the _ChartOfAccounts navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionCnsldtnGLChartOfAcctsText(String language, String chartOfAccounts, String chartOfAccountsName, Boolean cnsldtnIsAdditionalMasterData, CnsldtnGLChartOfAccounts to_ChartOfAccounts) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected void(Key Field) Constraints: Not nullable, Maximum length: 4io.vavr.control.Option<CnsldtnGLChartOfAccounts>Retrieval of associated CnsldtnGLChartOfAccounts entity (one to one).Constraints: Not nullable, Maximum length: 50Constraints: Not nullableprotected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()inthashCode()voidOverwrites the associated CnsldtnGLChartOfAccounts entity for the loaded navigation property _ChartOfAccounts.voidsetChartOfAccounts(String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetChartOfAccountsName(String chartOfAccountsName) Constraints: Not nullable, Maximum length: 50voidsetCnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullablevoidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of CnsldtnGLChartOfAcctsText. -
LANGUAGE
-
CHART_OF_ACCOUNTS
-
CHART_OF_ACCOUNTS_NAME
-
CNSLDTN_IS_ADDITIONAL_MASTER_DATA
public static final SimpleProperty.Boolean<CnsldtnGLChartOfAcctsText> CNSLDTN_IS_ADDITIONAL_MASTER_DATA -
TO__CHART_OF_ACCOUNTS
public static final NavigationProperty.Single<CnsldtnGLChartOfAcctsText,CnsldtnGLChartOfAccounts> TO__CHART_OF_ACCOUNTSUse with available request builders to apply the _ChartOfAccounts navigation property to query operations.
-
-
Constructor Details
-
CnsldtnGLChartOfAcctsText
public CnsldtnGLChartOfAcctsText() -
CnsldtnGLChartOfAcctsText
public CnsldtnGLChartOfAcctsText(@Nullable String language, @Nullable String chartOfAccounts, @Nullable String chartOfAccountsName, @Nullable Boolean cnsldtnIsAdditionalMasterData, @Nullable CnsldtnGLChartOfAccounts to_ChartOfAccounts)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CnsldtnGLChartOfAcctsText>
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setChartOfAccounts
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ChartOfAccounts
- Parameters:
chartOfAccounts- G/L Chart of Accounts
-
setChartOfAccountsName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ChartOfAccountsName
- Parameters:
chartOfAccountsName- Description
-
setCnsldtnIsAdditionalMasterData
Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Parameters:
cnsldtnIsAdditionalMasterData- Is Additional Master Data
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CnsldtnGLChartOfAcctsText>
-
getKey
- Overrides:
getKeyin classVdmObject<CnsldtnGLChartOfAcctsText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CnsldtnGLChartOfAcctsText>
-
fromMap
- Overrides:
fromMapin classVdmObject<CnsldtnGLChartOfAcctsText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CnsldtnGLChartOfAcctsText>
-
getChartOfAccountsIfPresent
Retrieval of associated CnsldtnGLChartOfAccounts entity (one to one). This corresponds to the OData navigation property _ChartOfAccounts.If the navigation property for an entity CnsldtnGLChartOfAcctsText has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _ChartOfAccounts is already loaded, the result will
contain the CnsldtnGLChartOfAccounts entity. If not, an
Optionwith result stateemptyis returned.
-
setChartOfAccounts
Overwrites the associated CnsldtnGLChartOfAccounts entity for the loaded navigation property _ChartOfAccounts.- Parameters:
value- New CnsldtnGLChartOfAccounts entity.
-
builder
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getChartOfAccounts
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ChartOfAccounts
- Returns:
- G/L Chart of Accounts
-
getChartOfAccountsName
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ChartOfAccountsName
- Returns:
- Description
-
getCnsldtnIsAdditionalMasterData
Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
- Is Additional Master Data
-
toString
- Overrides:
toStringin classVdmObject<CnsldtnGLChartOfAcctsText>
-
equals
- Overrides:
equalsin classVdmEntity<CnsldtnGLChartOfAcctsText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CnsldtnGLChartOfAcctsText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CnsldtnGLChartOfAcctsText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<CnsldtnGLChartOfAcctsText>
-