Class FreeDefinedCurrency1
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<FreeDefinedCurrency1>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.FreeDefinedCurrency1
Freely Defined Currency 1 (Master Data)
Original entity name from the Odata EDM: FreeDefinedCurrency1
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FreeDefinedCurrency1SelectableSelector for all available fields of FreeDefinedCurrency1.static final FreeDefinedCurrency1Field<String>Use with available fluent helpers to apply the FreeDefinedCurrency1_ID field to query operations.static final FreeDefinedCurrency1Field<String>Use with available fluent helpers to apply the FreeDefinedCurrency1Text field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionFreeDefinedCurrency1(String freeDefinedCurrency1_ID, String freeDefinedCurrency1Text) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
FreeDefinedCurrency1Field<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> FreeDefinedCurrency1Field<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()voidsetFreeDefinedCurrency1_ID(String freeDefinedCurrency1_ID) (Key Field) Constraints: Not nullable, Maximum length: 5voidsetFreeDefinedCurrency1Text(String freeDefinedCurrency1Text) 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 FreeDefinedCurrency1. -
FREE_DEFINED_CURRENCY1_I_D
Use with available fluent helpers to apply the FreeDefinedCurrency1_ID field to query operations. -
FREE_DEFINED_CURRENCY1_TEXT
Use with available fluent helpers to apply the FreeDefinedCurrency1Text field to query operations.
-
-
Constructor Details
-
FreeDefinedCurrency1
public FreeDefinedCurrency1() -
FreeDefinedCurrency1
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<FreeDefinedCurrency1>
-
setFreeDefinedCurrency1_ID
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: FreeDefinedCurrency1_ID
- Parameters:
freeDefinedCurrency1_ID- Freely Defined Currency 1
-
setFreeDefinedCurrency1Text
Constraints: noneOriginal property name from the Odata EDM: FreeDefinedCurrency1Text
- Parameters:
freeDefinedCurrency1Text- Freely Defined Currency 1 (Description)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<FreeDefinedCurrency1>
-
getKey
- Overrides:
getKeyin classVdmObject<FreeDefinedCurrency1>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<FreeDefinedCurrency1>
-
fromMap
- Overrides:
fromMapin classVdmObject<FreeDefinedCurrency1>
-
field
@Nonnull public static <T> FreeDefinedCurrency1Field<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> FreeDefinedCurrency1Field<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<FreeDefinedCurrency1>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<FreeDefinedCurrency1>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<FreeDefinedCurrency1>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<FreeDefinedCurrency1>
-
builder
-
getFreeDefinedCurrency1_ID
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: FreeDefinedCurrency1_ID
- Returns:
- Freely Defined Currency 1
-
getFreeDefinedCurrency1Text
Constraints: noneOriginal property name from the Odata EDM: FreeDefinedCurrency1Text
- Returns:
- Freely Defined Currency 1 (Description)
-
toString
- Overrides:
toStringin classVdmObject<FreeDefinedCurrency1>
-
equals
- Overrides:
equalsin classVdmEntity<FreeDefinedCurrency1>
-
canEqual
- Overrides:
canEqualin classVdmEntity<FreeDefinedCurrency1>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<FreeDefinedCurrency1>
-