Class ConsolidationDocumentType
Original entity name from the Odata EDM: ConsolidationDocumentTypeType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of ConsolidationDocumentType instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConsolidationDocumentTypeSelectableSelector for all available fields of ConsolidationDocumentType.static final ConsolidationDocumentTypeField<String>Use with available fluent helpers to apply the ConsolidationBalanceCheck field to query operations.static final ConsolidationDocumentTypeField<String>Use with available fluent helpers to apply the ConsolidationBalanceCheck_Text field to query operations.static final ConsolidationDocumentTypeField<String>Use with available fluent helpers to apply the ConsolidationDocumentType field to query operations.static final ConsolidationDocumentTypeField<String>Use with available fluent helpers to apply the ConsolidationDocumentType_Text field to query operations.static final ConsolidationDocumentTypeField<Boolean>Use with available fluent helpers to apply the ConsolidationPostgItemAutoFlag field to query operations.static final ConsolidationDocumentTypeField<Boolean>Use with available fluent helpers to apply the DocHasCreditDeferredTax field to query operations.static final ConsolidationDocumentTypeField<Boolean>Use with available fluent helpers to apply the DocHasDebitDeferredTax field to query operations.static final ConsolidationDocumentTypeField<String>Use with available fluent helpers to apply the DocumentTypeBusinessAppl field to query operations.static final ConsolidationDocumentTypeField<String>Use with available fluent helpers to apply the DocumentTypeBusinessAppl_Text field to query operations.static final ConsolidationDocumentTypeField<Boolean>Use with available fluent helpers to apply the IsDocumentPostInGroupCurrency field to query operations.static final ConsolidationDocumentTypeField<Boolean>Use with available fluent helpers to apply the IsDocumentPostInLocalCurrency field to query operations.static final ConsolidationDocumentTypeField<Boolean>Use with available fluent helpers to apply the IsDocumentPostInTransCurrency field to query operations.static final ConsolidationDocumentTypeField<String>Use with available fluent helpers to apply the PostingLevel field to query operations.static final ConsolidationDocumentTypeField<String>Use with available fluent helpers to apply the PostingLevel_Text field to query operations.static final ConsolidationDocumentTypeLink<DocumentTypeHier>Use with available fluent helpers to apply the to_CnsldtnDocumentTypeHier navigation property to query operations.static final ConsolidationDocumentTypeLink<ConsolidationDocTypeText>Use with available fluent helpers to apply the to_CnsldtnDocumentTypeT navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionConsolidationDocumentType(String consolidationDocumentType, String consolidationDocumentType_Text, String postingLevel, String postingLevel_Text, String consolidationBalanceCheck, String consolidationBalanceCheck_Text, Boolean consolidationPostgItemAutoFlag, Boolean isDocumentPostInTransCurrency, Boolean isDocumentPostInLocalCurrency, Boolean isDocumentPostInGroupCurrency, Boolean docHasCreditDeferredTax, Boolean docHasDebitDeferredTax, String documentTypeBusinessAppl, String documentTypeBusinessAppl_Text, List<DocumentTypeHier> toCnsldtnDocumentTypeHier, List<ConsolidationDocTypeText> toCnsldtnDocumentTypeT) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCnsldtnDocumentTypeHier(DocumentTypeHier... entity) Adds elements to the list of associated DocumentTypeHier entities.voidaddCnsldtnDocumentTypeT(ConsolidationDocTypeText... entity) Adds elements to the list of associated ConsolidationDocTypeText entities.voidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanFetches the DocumentTypeHier entities (one to many) associated with this entity.Fetches the ConsolidationDocTypeText entities (one to many) associated with this entity.static <T,DomainT>
ConsolidationDocumentTypeField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ConsolidationDocumentTypeField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidio.vavr.control.Option<List<DocumentTypeHier>>Retrieval of associated DocumentTypeHier entities (one to many).Retrieval of associated DocumentTypeHier entities (one to many).io.vavr.control.Option<List<ConsolidationDocTypeText>>Retrieval of associated ConsolidationDocTypeText entities (one to many).Retrieval of associated ConsolidationDocTypeText entities (one to many).Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 30Constraints: noneprotected StringConstraints: noneConstraints: noneConstraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 60protected StringConstraints: noneConstraints: noneConstraints: nonegetKey()Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 30getType()inthashCode()voidOverwrites the list of associated DocumentTypeHier entities for the loaded navigation property to_CnsldtnDocumentTypeHier.voidOverwrites the list of associated ConsolidationDocTypeText entities for the loaded navigation property to_CnsldtnDocumentTypeT.voidsetConsolidationBalanceCheck(String consolidationBalanceCheck) Constraints: Not nullable, Maximum length: 1voidsetConsolidationBalanceCheck_Text(String consolidationBalanceCheck_Text) Constraints: Not nullable, Maximum length: 60voidsetConsolidationDocumentType(String consolidationDocumentType) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetConsolidationDocumentType_Text(String consolidationDocumentType_Text) Constraints: Not nullable, Maximum length: 30voidsetConsolidationPostgItemAutoFlag(Boolean consolidationPostgItemAutoFlag) Constraints: nonevoidsetDocHasCreditDeferredTax(Boolean docHasCreditDeferredTax) Constraints: nonevoidsetDocHasDebitDeferredTax(Boolean docHasDebitDeferredTax) Constraints: nonevoidsetDocumentTypeBusinessAppl(String documentTypeBusinessAppl) Constraints: Not nullable, Maximum length: 1voidsetDocumentTypeBusinessAppl_Text(String documentTypeBusinessAppl_Text) Constraints: Not nullable, Maximum length: 60voidsetIsDocumentPostInGroupCurrency(Boolean isDocumentPostInGroupCurrency) Constraints: nonevoidsetIsDocumentPostInLocalCurrency(Boolean isDocumentPostInLocalCurrency) Constraints: nonevoidsetIsDocumentPostInTransCurrency(Boolean isDocumentPostInTransCurrency) Constraints: nonevoidsetPostingLevel(String postingLevel) Constraints: Not nullable, Maximum length: 2voidsetPostingLevel_Text(String postingLevel_Text) Constraints: Not nullable, Maximum length: 30protected voidsetServicePathForFetch(String servicePathForFetch) toString()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
-
Field Details
-
ALL_FIELDS
Selector for all available fields of ConsolidationDocumentType. -
CONSOLIDATION_DOCUMENT_TYPE
Use with available fluent helpers to apply the ConsolidationDocumentType field to query operations. -
CONSOLIDATION_DOCUMENT_TYPE_TEXT
Use with available fluent helpers to apply the ConsolidationDocumentType_Text field to query operations. -
POSTING_LEVEL
Use with available fluent helpers to apply the PostingLevel field to query operations. -
POSTING_LEVEL_TEXT
Use with available fluent helpers to apply the PostingLevel_Text field to query operations. -
CONSOLIDATION_BALANCE_CHECK
Use with available fluent helpers to apply the ConsolidationBalanceCheck field to query operations. -
CONSOLIDATION_BALANCE_CHECK_TEXT
Use with available fluent helpers to apply the ConsolidationBalanceCheck_Text field to query operations. -
CONSOLIDATION_POSTG_ITEM_AUTO_FLAG
Use with available fluent helpers to apply the ConsolidationPostgItemAutoFlag field to query operations. -
IS_DOCUMENT_POST_IN_TRANS_CURRENCY
Use with available fluent helpers to apply the IsDocumentPostInTransCurrency field to query operations. -
IS_DOCUMENT_POST_IN_LOCAL_CURRENCY
Use with available fluent helpers to apply the IsDocumentPostInLocalCurrency field to query operations. -
IS_DOCUMENT_POST_IN_GROUP_CURRENCY
Use with available fluent helpers to apply the IsDocumentPostInGroupCurrency field to query operations. -
DOC_HAS_CREDIT_DEFERRED_TAX
Use with available fluent helpers to apply the DocHasCreditDeferredTax field to query operations. -
DOC_HAS_DEBIT_DEFERRED_TAX
Use with available fluent helpers to apply the DocHasDebitDeferredTax field to query operations. -
DOCUMENT_TYPE_BUSINESS_APPL
Use with available fluent helpers to apply the DocumentTypeBusinessAppl field to query operations. -
DOCUMENT_TYPE_BUSINESS_APPL_TEXT
Use with available fluent helpers to apply the DocumentTypeBusinessAppl_Text field to query operations. -
TO_CNSLDTN_DOCUMENT_TYPE_HIER
Use with available fluent helpers to apply the to_CnsldtnDocumentTypeHier navigation property to query operations. -
TO_CNSLDTN_DOCUMENT_TYPE_T
public static final ConsolidationDocumentTypeLink<ConsolidationDocTypeText> TO_CNSLDTN_DOCUMENT_TYPE_TUse with available fluent helpers to apply the to_CnsldtnDocumentTypeT navigation property to query operations.
-
-
Constructor Details
-
ConsolidationDocumentType
public ConsolidationDocumentType() -
ConsolidationDocumentType
public ConsolidationDocumentType(@Nullable String consolidationDocumentType, @Nullable String consolidationDocumentType_Text, @Nullable String postingLevel, @Nullable String postingLevel_Text, @Nullable String consolidationBalanceCheck, @Nullable String consolidationBalanceCheck_Text, @Nullable Boolean consolidationPostgItemAutoFlag, @Nullable Boolean isDocumentPostInTransCurrency, @Nullable Boolean isDocumentPostInLocalCurrency, @Nullable Boolean isDocumentPostInGroupCurrency, @Nullable Boolean docHasCreditDeferredTax, @Nullable Boolean docHasDebitDeferredTax, @Nullable String documentTypeBusinessAppl, @Nullable String documentTypeBusinessAppl_Text, List<DocumentTypeHier> toCnsldtnDocumentTypeHier, List<ConsolidationDocTypeText> toCnsldtnDocumentTypeT)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ConsolidationDocumentType>
-
setConsolidationDocumentType
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConsolidationDocumentType
- Parameters:
consolidationDocumentType- Document Type
-
setConsolidationDocumentType_Text
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConsolidationDocumentType_Text
- Parameters:
consolidationDocumentType_Text- Document Type Description
-
setPostingLevel
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PostingLevel
- Parameters:
postingLevel- Posting Level
-
setPostingLevel_Text
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PostingLevel_Text
- Parameters:
postingLevel_Text- Document Type Description
-
setConsolidationBalanceCheck
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConsolidationBalanceCheck
- Parameters:
consolidationBalanceCheck- Balance check for consolidation document
-
setConsolidationBalanceCheck_Text
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ConsolidationBalanceCheck_Text
- Parameters:
consolidationBalanceCheck_Text- Short Text for Fixed Values
-
setConsolidationPostgItemAutoFlag
Constraints: noneOriginal property name from the Odata EDM: ConsolidationPostgItemAutoFlag
- Parameters:
consolidationPostgItemAutoFlag- Manual Posting
-
setIsDocumentPostInTransCurrency
Constraints: noneOriginal property name from the Odata EDM: IsDocumentPostInTransCurrency
- Parameters:
isDocumentPostInTransCurrency- Post in transaction currency
-
setIsDocumentPostInLocalCurrency
Constraints: noneOriginal property name from the Odata EDM: IsDocumentPostInLocalCurrency
- Parameters:
isDocumentPostInLocalCurrency- Post in local currency
-
setIsDocumentPostInGroupCurrency
Constraints: noneOriginal property name from the Odata EDM: IsDocumentPostInGroupCurrency
- Parameters:
isDocumentPostInGroupCurrency- Post in group currency
-
setDocHasCreditDeferredTax
Constraints: noneOriginal property name from the Odata EDM: DocHasCreditDeferredTax
- Parameters:
docHasCreditDeferredTax- Credit deferred income taxes
-
setDocHasDebitDeferredTax
Constraints: noneOriginal property name from the Odata EDM: DocHasDebitDeferredTax
- Parameters:
docHasDebitDeferredTax- Debit deferred income taxes
-
setDocumentTypeBusinessAppl
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DocumentTypeBusinessAppl
- Parameters:
documentTypeBusinessAppl- Business application
-
setDocumentTypeBusinessAppl_Text
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: DocumentTypeBusinessAppl_Text
- Parameters:
documentTypeBusinessAppl_Text- Short Text for Fixed Values
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ConsolidationDocumentType>
-
getKey
- Overrides:
getKeyin classVdmObject<ConsolidationDocumentType>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ConsolidationDocumentType>
-
fromMap
- Overrides:
fromMapin classVdmObject<ConsolidationDocumentType>
-
field
@Nonnull public static <T> ConsolidationDocumentTypeField<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> ConsolidationDocumentTypeField<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<ConsolidationDocumentType>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ConsolidationDocumentType>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ConsolidationDocumentType>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ConsolidationDocumentType>
-
fetchCnsldtnDocumentTypeHier
Fetches the DocumentTypeHier entities (one to many) associated with this entity. This corresponds to the OData navigation property to_CnsldtnDocumentTypeHier.Please note: This method will not cache or persist the query results.
- Returns:
- List containing one or more associated DocumentTypeHier entities. If no entities are associated then an empty list is returned.
- Throws:
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
-
getCnsldtnDocumentTypeHierOrFetch
Retrieval of associated DocumentTypeHier entities (one to many). This corresponds to the OData navigation property to_CnsldtnDocumentTypeHier.If the navigation property to_CnsldtnDocumentTypeHier of a queried ConsolidationDocumentType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Returns:
- List of associated DocumentTypeHier entities.
- Throws:
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
-
getCnsldtnDocumentTypeHierIfPresent
@Nonnull public io.vavr.control.Option<List<DocumentTypeHier>> getCnsldtnDocumentTypeHierIfPresent()Retrieval of associated DocumentTypeHier entities (one to many). This corresponds to the OData navigation property to_CnsldtnDocumentTypeHier.If the navigation property for an entity ConsolidationDocumentType 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 to_CnsldtnDocumentTypeHier is already loaded, the
result will contain the DocumentTypeHier entities. If not, an
Optionwith result stateemptyis returned.
-
setCnsldtnDocumentTypeHier
Overwrites the list of associated DocumentTypeHier entities for the loaded navigation property to_CnsldtnDocumentTypeHier.If the navigation property to_CnsldtnDocumentTypeHier of a queried ConsolidationDocumentType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
value- List of DocumentTypeHier entities.
-
addCnsldtnDocumentTypeHier
Adds elements to the list of associated DocumentTypeHier entities. This corresponds to the OData navigation property to_CnsldtnDocumentTypeHier.If the navigation property to_CnsldtnDocumentTypeHier of a queried ConsolidationDocumentType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
entity- Array of DocumentTypeHier entities.
-
fetchCnsldtnDocumentTypeT
Fetches the ConsolidationDocTypeText entities (one to many) associated with this entity. This corresponds to the OData navigation property to_CnsldtnDocumentTypeT.Please note: This method will not cache or persist the query results.
- Returns:
- List containing one or more associated ConsolidationDocTypeText entities. If no entities are associated then an empty list is returned.
- Throws:
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
-
getCnsldtnDocumentTypeTOrFetch
Retrieval of associated ConsolidationDocTypeText entities (one to many). This corresponds to the OData navigation property to_CnsldtnDocumentTypeT.If the navigation property to_CnsldtnDocumentTypeT of a queried ConsolidationDocumentType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Returns:
- List of associated ConsolidationDocTypeText entities.
- Throws:
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
-
getCnsldtnDocumentTypeTIfPresent
@Nonnull public io.vavr.control.Option<List<ConsolidationDocTypeText>> getCnsldtnDocumentTypeTIfPresent()Retrieval of associated ConsolidationDocTypeText entities (one to many). This corresponds to the OData navigation property to_CnsldtnDocumentTypeT.If the navigation property for an entity ConsolidationDocumentType 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 to_CnsldtnDocumentTypeT is already loaded, the result
will contain the ConsolidationDocTypeText entities. If not, an
Optionwith result stateemptyis returned.
-
setCnsldtnDocumentTypeT
Overwrites the list of associated ConsolidationDocTypeText entities for the loaded navigation property to_CnsldtnDocumentTypeT.If the navigation property to_CnsldtnDocumentTypeT of a queried ConsolidationDocumentType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
value- List of ConsolidationDocTypeText entities.
-
addCnsldtnDocumentTypeT
Adds elements to the list of associated ConsolidationDocTypeText entities. This corresponds to the OData navigation property to_CnsldtnDocumentTypeT.If the navigation property to_CnsldtnDocumentTypeT of a queried ConsolidationDocumentType is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
entity- Array of ConsolidationDocTypeText entities.
-
builder
-
getConsolidationDocumentType
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConsolidationDocumentType
- Returns:
- Document Type
-
getConsolidationDocumentType_Text
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConsolidationDocumentType_Text
- Returns:
- Document Type Description
-
getPostingLevel
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PostingLevel
- Returns:
- Posting Level
-
getPostingLevel_Text
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PostingLevel_Text
- Returns:
- Document Type Description
-
getConsolidationBalanceCheck
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConsolidationBalanceCheck
- Returns:
- Balance check for consolidation document
-
getConsolidationBalanceCheck_Text
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ConsolidationBalanceCheck_Text
- Returns:
- Short Text for Fixed Values
-
getConsolidationPostgItemAutoFlag
Constraints: noneOriginal property name from the Odata EDM: ConsolidationPostgItemAutoFlag
- Returns:
- Manual Posting
-
getIsDocumentPostInTransCurrency
Constraints: noneOriginal property name from the Odata EDM: IsDocumentPostInTransCurrency
- Returns:
- Post in transaction currency
-
getIsDocumentPostInLocalCurrency
Constraints: noneOriginal property name from the Odata EDM: IsDocumentPostInLocalCurrency
- Returns:
- Post in local currency
-
getIsDocumentPostInGroupCurrency
Constraints: noneOriginal property name from the Odata EDM: IsDocumentPostInGroupCurrency
- Returns:
- Post in group currency
-
getDocHasCreditDeferredTax
Constraints: noneOriginal property name from the Odata EDM: DocHasCreditDeferredTax
- Returns:
- Credit deferred income taxes
-
getDocHasDebitDeferredTax
Constraints: noneOriginal property name from the Odata EDM: DocHasDebitDeferredTax
- Returns:
- Debit deferred income taxes
-
getDocumentTypeBusinessAppl
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DocumentTypeBusinessAppl
- Returns:
- Business application
-
getDocumentTypeBusinessAppl_Text
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: DocumentTypeBusinessAppl_Text
- Returns:
- Short Text for Fixed Values
-
toString
- Overrides:
toStringin classVdmObject<ConsolidationDocumentType>
-
equals
- Overrides:
equalsin classVdmEntity<ConsolidationDocumentType>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ConsolidationDocumentType>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ConsolidationDocumentType>
-