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