Class PurgCatPlannedSpend
Original entity name from the Odata EDM: A_PurgCatPlannedSpendType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PurgCatPlannedSpendSelectableSelector for all available fields of PurgCatPlannedSpend.static final PurgCatPlannedSpendField<BigDecimal>Use with available fluent helpers to apply the PurgCatPlndSpendAmount field to query operations.static final PurgCatPlannedSpendField<String>Use with available fluent helpers to apply the PurgCatPlndSpendCurrency field to query operations.static final PurgCatPlannedSpendField<UUID>Use with available fluent helpers to apply the PurgCatPlndSpendUUID field to query operations.static final PurgCatPlannedSpendField<LocalDateTime>Use with available fluent helpers to apply the PurgCatPlndSpendValidFromDate field to query operations.static final PurgCatPlannedSpendField<LocalDateTime>Use with available fluent helpers to apply the PurgCatPlndSpendValidToDate field to query operations.static final PurgCatPlannedSpendField<UUID>Use with available fluent helpers to apply the PurgCatUUID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionPurgCatPlannedSpend(UUID purgCatPlndSpendUUID, UUID purgCatUUID, LocalDateTime purgCatPlndSpendValidFromDate, LocalDateTime purgCatPlndSpendValidToDate, BigDecimal purgCatPlndSpendAmount, String purgCatPlndSpendCurrency) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
PurgCatPlannedSpendField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> PurgCatPlannedSpendField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()Constraints: Not nullable, Precision: 14, Scale: 3Constraints: Not nullable, Maximum length: 5(Key Field) Constraints: Not nullableConstraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0Constraints: nonegetType()inthashCode()voidsetPurgCatPlndSpendAmount(BigDecimal purgCatPlndSpendAmount) Constraints: Not nullable, Precision: 14, Scale: 3voidsetPurgCatPlndSpendCurrency(String purgCatPlndSpendCurrency) Constraints: Not nullable, Maximum length: 5voidsetPurgCatPlndSpendUUID(UUID purgCatPlndSpendUUID) (Key Field) Constraints: Not nullablevoidsetPurgCatPlndSpendValidFromDate(LocalDateTime purgCatPlndSpendValidFromDate) Constraints: Not nullable, Precision: 0voidsetPurgCatPlndSpendValidToDate(LocalDateTime purgCatPlndSpendValidToDate) Constraints: Not nullable, Precision: 0voidsetPurgCatUUID(UUID purgCatUUID) 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 PurgCatPlannedSpend. -
PURG_CAT_PLND_SPEND_UUID
Use with available fluent helpers to apply the PurgCatPlndSpendUUID field to query operations. -
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations. -
PURG_CAT_PLND_SPEND_VALID_FROM_DATE
Use with available fluent helpers to apply the PurgCatPlndSpendValidFromDate field to query operations. -
PURG_CAT_PLND_SPEND_VALID_TO_DATE
Use with available fluent helpers to apply the PurgCatPlndSpendValidToDate field to query operations. -
PURG_CAT_PLND_SPEND_AMOUNT
Use with available fluent helpers to apply the PurgCatPlndSpendAmount field to query operations. -
PURG_CAT_PLND_SPEND_CURRENCY
Use with available fluent helpers to apply the PurgCatPlndSpendCurrency field to query operations.
-
-
Constructor Details
-
PurgCatPlannedSpend
public PurgCatPlannedSpend() -
PurgCatPlannedSpend
public PurgCatPlannedSpend(@Nullable UUID purgCatPlndSpendUUID, @Nullable UUID purgCatUUID, @Nullable LocalDateTime purgCatPlndSpendValidFromDate, @Nullable LocalDateTime purgCatPlndSpendValidToDate, @Nullable BigDecimal purgCatPlndSpendAmount, @Nullable String purgCatPlndSpendCurrency)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<PurgCatPlannedSpend>
-
setPurgCatPlndSpendUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PurgCatPlndSpendUUID
- Parameters:
purgCatPlndSpendUUID- Planned Spend for a Purchasing Category
-
setPurgCatUUID
Constraints: noneOriginal property name from the Odata EDM: PurgCatUUID
- Parameters:
purgCatUUID- Purchasing Category UUID
-
setPurgCatPlndSpendValidFromDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PurgCatPlndSpendValidFromDate
- Parameters:
purgCatPlndSpendValidFromDate- "Valid From" Date of Planned Spend
-
setPurgCatPlndSpendValidToDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PurgCatPlndSpendValidToDate
- Parameters:
purgCatPlndSpendValidToDate- "Valid To" Date of Planned Spend
-
setPurgCatPlndSpendAmount
Constraints: Not nullable, Precision: 14, Scale: 3Original property name from the Odata EDM: PurgCatPlndSpendAmount
- Parameters:
purgCatPlndSpendAmount- Amount of Planned Spend
-
setPurgCatPlndSpendCurrency
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PurgCatPlndSpendCurrency
- Parameters:
purgCatPlndSpendCurrency- Currency of Planned Spend
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<PurgCatPlannedSpend>
-
getKey
- Overrides:
getKeyin classVdmObject<PurgCatPlannedSpend>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<PurgCatPlannedSpend>
-
fromMap
- Overrides:
fromMapin classVdmObject<PurgCatPlannedSpend>
-
field
@Nonnull public static <T> PurgCatPlannedSpendField<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> PurgCatPlannedSpendField<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<PurgCatPlannedSpend>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<PurgCatPlannedSpend>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<PurgCatPlannedSpend>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<PurgCatPlannedSpend>
-
builder
-
getPurgCatPlndSpendUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PurgCatPlndSpendUUID
- Returns:
- Planned Spend for a Purchasing Category
-
getPurgCatUUID
Constraints: noneOriginal property name from the Odata EDM: PurgCatUUID
- Returns:
- Purchasing Category UUID
-
getPurgCatPlndSpendValidFromDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PurgCatPlndSpendValidFromDate
- Returns:
- "Valid From" Date of Planned Spend
-
getPurgCatPlndSpendValidToDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PurgCatPlndSpendValidToDate
- Returns:
- "Valid To" Date of Planned Spend
-
getPurgCatPlndSpendAmount
Constraints: Not nullable, Precision: 14, Scale: 3Original property name from the Odata EDM: PurgCatPlndSpendAmount
- Returns:
- Amount of Planned Spend
-
getPurgCatPlndSpendCurrency
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PurgCatPlndSpendCurrency
- Returns:
- Currency of Planned Spend
-
toString
- Overrides:
toStringin classVdmObject<PurgCatPlannedSpend>
-
equals
- Overrides:
equalsin classVdmEntity<PurgCatPlannedSpend>
-
canEqual
- Overrides:
canEqualin classVdmEntity<PurgCatPlannedSpend>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<PurgCatPlannedSpend>
-