Class ClearingAccountingDocument
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ClearingAccountingDocument>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.ClearingAccountingDocument
Clearing Journal Entry (Deprecated) (Master Data)
Original entity name from the Odata EDM: ClearingAccountingDocument
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClearingAccountingDocumentSelectableSelector for all available fields of ClearingAccountingDocument.static final ClearingAccountingDocumentField<String>Use with available fluent helpers to apply the ClearingAccountingDocument_ID field to query operations.static final ClearingAccountingDocumentField<String>Use with available fluent helpers to apply the CompanyCode field to query operations.static final ClearingAccountingDocumentField<String>Use with available fluent helpers to apply the CompanyCodeName field to query operations.static final ClearingAccountingDocumentField<String>Use with available fluent helpers to apply the FiscalYear field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionClearingAccountingDocument(String clearingAccountingDocument_ID, String companyCode, String companyCodeName, String fiscalYear) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ClearingAccountingDocumentField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ClearingAccountingDocumentField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: noneprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 4getKey()getType()inthashCode()voidsetClearingAccountingDocument_ID(String clearingAccountingDocument_ID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetCompanyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetCompanyCodeName(String companyCodeName) Constraints: nonevoidsetFiscalYear(String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4protected 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, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of ClearingAccountingDocument. -
CLEARING_ACCOUNTING_DOCUMENT_ID
Use with available fluent helpers to apply the ClearingAccountingDocument_ID field to query operations. -
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations. -
COMPANY_CODE_NAME
Use with available fluent helpers to apply the CompanyCodeName field to query operations. -
FISCAL_YEAR
Use with available fluent helpers to apply the FiscalYear field to query operations.
-
-
Constructor Details
-
ClearingAccountingDocument
public ClearingAccountingDocument() -
ClearingAccountingDocument
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ClearingAccountingDocument>
-
setClearingAccountingDocument_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClearingAccountingDocument_ID
- Parameters:
clearingAccountingDocument_ID- Clearing Journal Entry (Deprecated)
-
setCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Parameters:
companyCode- Clearing Journal Entry (Deprecated) (Company Code)
-
setCompanyCodeName
Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Parameters:
companyCodeName- Company Code (Description) (Parent Description)
-
setFiscalYear
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FiscalYear
- Parameters:
fiscalYear- Clearing Journal Entry (Deprecated) (Fiscal Year)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ClearingAccountingDocument>
-
getKey
- Overrides:
getKeyin classVdmObject<ClearingAccountingDocument>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ClearingAccountingDocument>
-
fromMap
- Overrides:
fromMapin classVdmObject<ClearingAccountingDocument>
-
field
@Nonnull public static <T> ClearingAccountingDocumentField<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> ClearingAccountingDocumentField<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<ClearingAccountingDocument>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ClearingAccountingDocument>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ClearingAccountingDocument>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ClearingAccountingDocument>
-
builder
-
getClearingAccountingDocument_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClearingAccountingDocument_ID
- Returns:
- Clearing Journal Entry (Deprecated)
-
getCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
- Clearing Journal Entry (Deprecated) (Company Code)
-
getCompanyCodeName
Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Returns:
- Company Code (Description) (Parent Description)
-
getFiscalYear
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FiscalYear
- Returns:
- Clearing Journal Entry (Deprecated) (Fiscal Year)
-
toString
- Overrides:
toStringin classVdmObject<ClearingAccountingDocument>
-
equals
- Overrides:
equalsin classVdmEntity<ClearingAccountingDocument>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ClearingAccountingDocument>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ClearingAccountingDocument>
-