Class ClearingJournalEntry
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ClearingJournalEntry>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.ClearingJournalEntry
Clearing Journal Entry (Master Data)
Original entity name from the Odata EDM: ClearingJournalEntry
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClearingJournalEntrySelectableSelector for all available fields of ClearingJournalEntry.static final ClearingJournalEntryField<String>Use with available fluent helpers to apply the ClearingJournalEntryFiscalYear field to query operations.static final ClearingJournalEntryField<String>Use with available fluent helpers to apply the ClearingJournalEntry_ID field to query operations.static final ClearingJournalEntryField<String>Use with available fluent helpers to apply the CompanyCode field to query operations.static final ClearingJournalEntryField<String>Use with available fluent helpers to apply the CompanyCodeName field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionClearingJournalEntry(String clearingJournalEntry_ID, String companyCode, String companyCodeName, String clearingJournalEntryFiscalYear) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ClearingJournalEntryField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ClearingJournalEntryField<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: 4(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: noneprotected Stringprotected StringgetKey()getType()inthashCode()voidsetClearingJournalEntry_ID(String clearingJournalEntry_ID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetClearingJournalEntryFiscalYear(String clearingJournalEntryFiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetCompanyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetCompanyCodeName(String companyCodeName) Constraints: noneprotected 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 ClearingJournalEntry. -
CLEARING_JOURNAL_ENTRY_ID
Use with available fluent helpers to apply the ClearingJournalEntry_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. -
CLEARING_JOURNAL_ENTRY_FISCAL_YEAR
Use with available fluent helpers to apply the ClearingJournalEntryFiscalYear field to query operations.
-
-
Constructor Details
-
ClearingJournalEntry
public ClearingJournalEntry() -
ClearingJournalEntry
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ClearingJournalEntry>
-
setClearingJournalEntry_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClearingJournalEntry_ID
- Parameters:
clearingJournalEntry_ID- Clearing Journal Entry
-
setCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Parameters:
companyCode- Clearing Journal Entry (Company Code)
-
setCompanyCodeName
Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Parameters:
companyCodeName- Company Code (Description) (Parent Description)
-
setClearingJournalEntryFiscalYear
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ClearingJournalEntryFiscalYear
- Parameters:
clearingJournalEntryFiscalYear- Clearing Journal Entry (Fiscal Year of Clearing Journal Entry)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ClearingJournalEntry>
-
getKey
- Overrides:
getKeyin classVdmObject<ClearingJournalEntry>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ClearingJournalEntry>
-
fromMap
- Overrides:
fromMapin classVdmObject<ClearingJournalEntry>
-
field
@Nonnull public static <T> ClearingJournalEntryField<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> ClearingJournalEntryField<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<ClearingJournalEntry>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ClearingJournalEntry>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ClearingJournalEntry>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ClearingJournalEntry>
-
builder
-
getClearingJournalEntry_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClearingJournalEntry_ID
- Returns:
- Clearing Journal Entry
-
getCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
- Clearing Journal Entry (Company Code)
-
getCompanyCodeName
Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Returns:
- Company Code (Description) (Parent Description)
-
getClearingJournalEntryFiscalYear
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ClearingJournalEntryFiscalYear
- Returns:
- Clearing Journal Entry (Fiscal Year of Clearing Journal Entry)
-
toString
- Overrides:
toStringin classVdmObject<ClearingJournalEntry>
-
equals
- Overrides:
equalsin classVdmEntity<ClearingJournalEntry>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ClearingJournalEntry>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ClearingJournalEntry>
-