Class CnsldtnGLAccountText
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: CnsldtnGLAccountText_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of CnsldtnGLAccountText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<CnsldtnGLAccountText>Selector for all available fields of CnsldtnGLAccountText.static final SimpleProperty.String<CnsldtnGLAccountText>static final SimpleProperty.Boolean<CnsldtnGLAccountText>static final SimpleProperty.String<CnsldtnGLAccountText>static final SimpleProperty.String<CnsldtnGLAccountText>static final SimpleProperty.String<CnsldtnGLAccountText>static final NavigationProperty.Single<CnsldtnGLAccountText,CnsldtnGLAccount> Use with available request builders to apply the _GLAccount 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
ConstructorsConstructorDescriptionCnsldtnGLAccountText(String language, String chartOfAccounts, String gLAccount, String gLAccountName, Boolean cnsldtnIsAdditionalMasterData, CnsldtnGLAccount to_GLAccount) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected void(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullableprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 10io.vavr.control.Option<CnsldtnGLAccount>Retrieval of associated CnsldtnGLAccount entity (one to one).Constraints: Not nullable, Maximum length: 20protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()inthashCode()voidsetChartOfAccounts(String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetCnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullablevoidsetGLAccount(CnsldtnGLAccount value) Overwrites the associated CnsldtnGLAccount entity for the loaded navigation property _GLAccount.voidsetGLAccount(String gLAccount) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetGLAccountName(String gLAccountName) Constraints: Not nullable, Maximum length: 20voidsetLanguage(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 CnsldtnGLAccountText. -
LANGUAGE
-
CHART_OF_ACCOUNTS
-
GL_ACCOUNT
-
GL_ACCOUNT_NAME
-
CNSLDTN_IS_ADDITIONAL_MASTER_DATA
-
TO__G_L_ACCOUNT
public static final NavigationProperty.Single<CnsldtnGLAccountText,CnsldtnGLAccount> TO__G_L_ACCOUNTUse with available request builders to apply the _GLAccount navigation property to query operations.
-
-
Constructor Details
-
CnsldtnGLAccountText
public CnsldtnGLAccountText() -
CnsldtnGLAccountText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CnsldtnGLAccountText>
-
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
-
setGLAccount
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: GLAccount
- Parameters:
gLAccount- Consolidation G/L Account
-
setGLAccountName
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: GLAccountName
- Parameters:
gLAccountName- Description
-
setCnsldtnIsAdditionalMasterData
Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Parameters:
cnsldtnIsAdditionalMasterData- Is Additional Master Data
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CnsldtnGLAccountText>
-
getKey
- Overrides:
getKeyin classVdmObject<CnsldtnGLAccountText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CnsldtnGLAccountText>
-
fromMap
- Overrides:
fromMapin classVdmObject<CnsldtnGLAccountText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CnsldtnGLAccountText>
-
getGLAccountIfPresent
Retrieval of associated CnsldtnGLAccount entity (one to one). This corresponds to the OData navigation property _GLAccount.If the navigation property for an entity CnsldtnGLAccountText 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 _GLAccount is already loaded, the result will contain
the CnsldtnGLAccount entity. If not, an
Optionwith result stateemptyis returned.
-
setGLAccount
Overwrites the associated CnsldtnGLAccount entity for the loaded navigation property _GLAccount.- Parameters:
value- New CnsldtnGLAccount 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
-
getGLAccount
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: GLAccount
- Returns:
- Consolidation G/L Account
-
getGLAccountName
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: GLAccountName
- Returns:
- Description
-
getCnsldtnIsAdditionalMasterData
Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
- Is Additional Master Data
-
toString
- Overrides:
toStringin classVdmObject<CnsldtnGLAccountText>
-
equals
- Overrides:
equalsin classVdmEntity<CnsldtnGLAccountText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CnsldtnGLAccountText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CnsldtnGLAccountText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<CnsldtnGLAccountText>
-