Class MaintenancePlanStrategyCycle
Original entity name from the Odata EDM: MaintenancePlanStrategyCycle_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MaintenancePlanStrategyCycleSelectableSelector for all available fields of MaintenancePlanStrategyCycle.static final MaintenancePlanStrategyCycleField<Double>Use with available fluent helpers to apply the MaintPlanCycRcrrcIntervalQty field to query operations.static final MaintenancePlanStrategyCycleField<String>Use with available fluent helpers to apply the MaintPlanCycRcrrcIntervalUnit field to query operations.static final MaintenancePlanStrategyCycleField<String>Use with available fluent helpers to apply the MaintPlanCycleDesc field to query operations.static final MaintenancePlanStrategyCycleField<Double>Use with available fluent helpers to apply the MaintPlanCycleStartOffsetValue field to query operations.static final MaintenancePlanStrategyCycleField<String>Use with available fluent helpers to apply the MaintenancePlan field to query operations.static final MaintenancePlanStrategyCycleField<String>Use with available fluent helpers to apply the MaintenancePlanCycle field to query operations.static final MaintenancePlanStrategyCycleField<String>Use with available fluent helpers to apply the MaintenanceStrategy field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
MaintenancePlanStrategyCycleField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> MaintenancePlanStrategyCycleField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 30Constraints: noneConstraints: noneConstraints: Not nullable, Maximum length: 3getType()inthashCode()voidsetMaintenancePlan(String maintenancePlan) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetMaintenancePlanCycle(String maintenancePlanCycle) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetMaintenanceStrategy(String maintenanceStrategy) Constraints: Not nullable, Maximum length: 6voidsetMaintPlanCycleDesc(String maintPlanCycleDesc) Constraints: Not nullable, Maximum length: 30voidsetMaintPlanCycleStartOffsetValue(Double maintPlanCycleStartOffsetValue) Constraints: nonevoidsetMaintPlanCycRcrrcIntervalQty(Double maintPlanCycRcrrcIntervalQty) Constraints: nonevoidsetMaintPlanCycRcrrcIntervalUnit(String maintPlanCycRcrrcIntervalUnit) Constraints: Not nullable, Maximum length: 3protected 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 MaintenancePlanStrategyCycle. -
MAINTENANCE_PLAN
Use with available fluent helpers to apply the MaintenancePlan field to query operations. -
MAINTENANCE_PLAN_CYCLE
Use with available fluent helpers to apply the MaintenancePlanCycle field to query operations. -
MAINTENANCE_STRATEGY
Use with available fluent helpers to apply the MaintenanceStrategy field to query operations. -
MAINT_PLAN_CYC_RCRRC_INTERVAL_QTY
Use with available fluent helpers to apply the MaintPlanCycRcrrcIntervalQty field to query operations. -
MAINT_PLAN_CYC_RCRRC_INTERVAL_UNIT
Use with available fluent helpers to apply the MaintPlanCycRcrrcIntervalUnit field to query operations. -
MAINT_PLAN_CYCLE_DESC
Use with available fluent helpers to apply the MaintPlanCycleDesc field to query operations. -
MAINT_PLAN_CYCLE_START_OFFSET_VALUE
Use with available fluent helpers to apply the MaintPlanCycleStartOffsetValue field to query operations.
-
-
Constructor Details
-
MaintenancePlanStrategyCycle
public MaintenancePlanStrategyCycle() -
MaintenancePlanStrategyCycle
public MaintenancePlanStrategyCycle(@Nullable String maintenancePlan, @Nullable String maintenancePlanCycle, @Nullable String maintenanceStrategy, @Nullable Double maintPlanCycRcrrcIntervalQty, @Nullable String maintPlanCycRcrrcIntervalUnit, @Nullable String maintPlanCycleDesc, @Nullable Double maintPlanCycleStartOffsetValue)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<MaintenancePlanStrategyCycle>
-
setMaintenancePlan
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenancePlan
- Parameters:
maintenancePlan- Maintenance Plan
-
setMaintenancePlanCycle
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MaintenancePlanCycle
- Parameters:
maintenancePlanCycle- Counter in Control Tables
-
setMaintenanceStrategy
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: MaintenanceStrategy
- Parameters:
maintenanceStrategy- Maintenance Strategy
-
setMaintPlanCycRcrrcIntervalQty
Constraints: noneOriginal property name from the Odata EDM: MaintPlanCycRcrrcIntervalQty
- Parameters:
maintPlanCycRcrrcIntervalQty- Maintenance Plan Cycle Interval
-
setMaintPlanCycRcrrcIntervalUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: MaintPlanCycRcrrcIntervalUnit
- Parameters:
maintPlanCycRcrrcIntervalUnit- Unit for the performance of maintenance tasks
-
setMaintPlanCycleDesc
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: MaintPlanCycleDesc
- Parameters:
maintPlanCycleDesc- Text for maintenance package/cycle (time/performance)
-
setMaintPlanCycleStartOffsetValue
Constraints: noneOriginal property name from the Odata EDM: MaintPlanCycleStartOffsetValue
- Parameters:
maintPlanCycleStartOffsetValue- Maintenance Plan Cycle Interval
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<MaintenancePlanStrategyCycle>
-
getKey
- Overrides:
getKeyin classVdmObject<MaintenancePlanStrategyCycle>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<MaintenancePlanStrategyCycle>
-
fromMap
- Overrides:
fromMapin classVdmObject<MaintenancePlanStrategyCycle>
-
field
@Nonnull public static <T> MaintenancePlanStrategyCycleField<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> MaintenancePlanStrategyCycleField<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<MaintenancePlanStrategyCycle>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<MaintenancePlanStrategyCycle>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<MaintenancePlanStrategyCycle>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<MaintenancePlanStrategyCycle>
-
builder
-
getMaintenancePlan
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenancePlan
- Returns:
- Maintenance Plan
-
getMaintenancePlanCycle
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MaintenancePlanCycle
- Returns:
- Counter in Control Tables
-
getMaintenanceStrategy
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: MaintenanceStrategy
- Returns:
- Maintenance Strategy
-
getMaintPlanCycRcrrcIntervalQty
Constraints: noneOriginal property name from the Odata EDM: MaintPlanCycRcrrcIntervalQty
- Returns:
- Maintenance Plan Cycle Interval
-
getMaintPlanCycRcrrcIntervalUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: MaintPlanCycRcrrcIntervalUnit
- Returns:
- Unit for the performance of maintenance tasks
-
getMaintPlanCycleDesc
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: MaintPlanCycleDesc
- Returns:
- Text for maintenance package/cycle (time/performance)
-
getMaintPlanCycleStartOffsetValue
Constraints: noneOriginal property name from the Odata EDM: MaintPlanCycleStartOffsetValue
- Returns:
- Maintenance Plan Cycle Interval
-
toString
- Overrides:
toStringin classVdmObject<MaintenancePlanStrategyCycle>
-
equals
- Overrides:
equalsin classVdmEntity<MaintenancePlanStrategyCycle>
-
canEqual
- Overrides:
canEqualin classVdmEntity<MaintenancePlanStrategyCycle>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<MaintenancePlanStrategyCycle>
-