Class FreeDefinedCurrency4
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<FreeDefinedCurrency4>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.FreeDefinedCurrency4
Freely Defined Currency 4 (Master Data)
Original entity name from the Odata EDM: FreeDefinedCurrency4
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FreeDefinedCurrency4SelectableSelector for all available fields of FreeDefinedCurrency4.static final FreeDefinedCurrency4Field<String>Use with available fluent helpers to apply the FreeDefinedCurrency4_ID field to query operations.static final FreeDefinedCurrency4Field<String>Use with available fluent helpers to apply the FreeDefinedCurrency4Text field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionFreeDefinedCurrency4(String freeDefinedCurrency4_ID, String freeDefinedCurrency4Text) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
FreeDefinedCurrency4Field<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> FreeDefinedCurrency4Field<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 5Constraints: nonegetKey()getType()inthashCode()voidsetFreeDefinedCurrency4_ID(String freeDefinedCurrency4_ID) (Key Field) Constraints: Not nullable, Maximum length: 5voidsetFreeDefinedCurrency4Text(String freeDefinedCurrency4Text) 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 FreeDefinedCurrency4. -
FREE_DEFINED_CURRENCY4_I_D
Use with available fluent helpers to apply the FreeDefinedCurrency4_ID field to query operations. -
FREE_DEFINED_CURRENCY4_TEXT
Use with available fluent helpers to apply the FreeDefinedCurrency4Text field to query operations.
-
-
Constructor Details
-
FreeDefinedCurrency4
public FreeDefinedCurrency4() -
FreeDefinedCurrency4
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<FreeDefinedCurrency4>
-
setFreeDefinedCurrency4_ID
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: FreeDefinedCurrency4_ID
- Parameters:
freeDefinedCurrency4_ID- Freely Defined Currency 4
-
setFreeDefinedCurrency4Text
Constraints: noneOriginal property name from the Odata EDM: FreeDefinedCurrency4Text
- Parameters:
freeDefinedCurrency4Text- Freely Defined Currency 4 (Description)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<FreeDefinedCurrency4>
-
getKey
- Overrides:
getKeyin classVdmObject<FreeDefinedCurrency4>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<FreeDefinedCurrency4>
-
fromMap
- Overrides:
fromMapin classVdmObject<FreeDefinedCurrency4>
-
field
@Nonnull public static <T> FreeDefinedCurrency4Field<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> FreeDefinedCurrency4Field<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<FreeDefinedCurrency4>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<FreeDefinedCurrency4>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<FreeDefinedCurrency4>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<FreeDefinedCurrency4>
-
builder
-
getFreeDefinedCurrency4_ID
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: FreeDefinedCurrency4_ID
- Returns:
- Freely Defined Currency 4
-
getFreeDefinedCurrency4Text
Constraints: noneOriginal property name from the Odata EDM: FreeDefinedCurrency4Text
- Returns:
- Freely Defined Currency 4 (Description)
-
toString
- Overrides:
toStringin classVdmObject<FreeDefinedCurrency4>
-
equals
- Overrides:
equalsin classVdmEntity<FreeDefinedCurrency4>
-
canEqual
- Overrides:
canEqualin classVdmEntity<FreeDefinedCurrency4>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<FreeDefinedCurrency4>
-