java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<MaintenancePlanSchedule>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.MaintenancePlanSchedule

public class MaintenancePlanSchedule extends VdmEntity<MaintenancePlanSchedule>
Scheduled Calls of Maintenance Plan

Original entity name from the Odata EDM: MaintenancePlanScheduleType

  • Field Details

    • ALL_FIELDS

      public static final MaintenancePlanScheduleSelectable ALL_FIELDS
      Selector for all available fields of MaintenancePlanSchedule.
    • MAINTENANCE_PLAN

      public static final MaintenancePlanScheduleField<String> MAINTENANCE_PLAN
      Use with available fluent helpers to apply the MaintenancePlan field to query operations.
    • MAINTENANCE_PLAN_CALL_NUMBER

      public static final MaintenancePlanScheduleField<Integer> MAINTENANCE_PLAN_CALL_NUMBER
      Use with available fluent helpers to apply the MaintenancePlanCallNumber field to query operations.
    • MAINTENANCE_PACKAGE

      public static final MaintenancePlanScheduleField<String> MAINTENANCE_PACKAGE
      Use with available fluent helpers to apply the MaintenancePackage field to query operations.
    • SCHEDULING_TYPE

      public static final MaintenancePlanScheduleField<String> SCHEDULING_TYPE
      Use with available fluent helpers to apply the SchedulingType field to query operations.
    • SCHEDULING_STATUS

      public static final MaintenancePlanScheduleField<String> SCHEDULING_STATUS
      Use with available fluent helpers to apply the SchedulingStatus field to query operations.
    • MEASURING_POINT

      public static final MaintenancePlanScheduleField<String> MEASURING_POINT
      Use with available fluent helpers to apply the MeasuringPoint field to query operations.
    • MAINTENANCE_TASK_PERFORMANCE_UNIT

      public static final MaintenancePlanScheduleField<String> MAINTENANCE_TASK_PERFORMANCE_UNIT
      Use with available fluent helpers to apply the MaintenanceTaskPerformanceUnit field to query operations.
    • MAINTENANCE_CALL_NEXT_PLANNED_DATE

      public static final MaintenancePlanScheduleField<LocalDateTime> MAINTENANCE_CALL_NEXT_PLANNED_DATE
      Use with available fluent helpers to apply the MaintenanceCallNextPlannedDate field to query operations.
    • MAINTENANCE_CALL_DATE

      public static final MaintenancePlanScheduleField<LocalDateTime> MAINTENANCE_CALL_DATE
      Use with available fluent helpers to apply the MaintenanceCallDate field to query operations.
    • COMPLETION_DATE

      public static final MaintenancePlanScheduleField<LocalDateTime> COMPLETION_DATE
      Use with available fluent helpers to apply the CompletionDate field to query operations.
    • COMPLETION_TIME

      public static final MaintenancePlanScheduleField<LocalTime> COMPLETION_TIME
      Use with available fluent helpers to apply the CompletionTime field to query operations.
    • CYCLE_SET_SEQUENCE

      public static final MaintenancePlanScheduleField<String> CYCLE_SET_SEQUENCE
      Use with available fluent helpers to apply the CycleSetSequence field to query operations.
    • MAINT_CALL_COMPLTN_CNTR_RDNG

      public static final MaintenancePlanScheduleField<Double> MAINT_CALL_COMPLTN_CNTR_RDNG
      Use with available fluent helpers to apply the MaintCallCompltnCntrRdng field to query operations.
    • MAINTENANCE_CALL_IS_OUTSTANDING

      public static final MaintenancePlanScheduleField<Boolean> MAINTENANCE_CALL_IS_OUTSTANDING
      Use with available fluent helpers to apply the MaintenanceCallIsOutstanding field to query operations.
    • MAINT_CALL_IS_INVOKED_ON_PLND_DATE

      public static final MaintenancePlanScheduleField<Boolean> MAINT_CALL_IS_INVOKED_ON_PLND_DATE
      Use with available fluent helpers to apply the MaintCallIsInvokedOnPlndDate field to query operations.
    • MAINT_CALL_HORIZON_IS_NOT_REACHED

      public static final MaintenancePlanScheduleField<Boolean> MAINT_CALL_HORIZON_IS_NOT_REACHED
      Use with available fluent helpers to apply the MaintCallHorizonIsNotReached field to query operations.
    • MAINT_PLAN_LAST_SCHEDULED_DATE

      public static final MaintenancePlanScheduleField<LocalDateTime> MAINT_PLAN_LAST_SCHEDULED_DATE
      Use with available fluent helpers to apply the MaintPlanLastScheduledDate field to query operations.
    • RELEASED_BY_USER_NAME

      public static final MaintenancePlanScheduleField<String> RELEASED_BY_USER_NAME
      Use with available fluent helpers to apply the ReleasedByUserName field to query operations.
    • MAINT_PLN_CNCTNTD_DUE_PACKAGES_TXT

      public static final MaintenancePlanScheduleField<String> MAINT_PLN_CNCTNTD_DUE_PACKAGES_TXT
      Use with available fluent helpers to apply the MaintPlnCnctntdDuePackagesTxt field to query operations.
    • MAINT_PLAN_PRDCSSR_CALL_COMPLTN_DTE

      public static final MaintenancePlanScheduleField<LocalDateTime> MAINT_PLAN_PRDCSSR_CALL_COMPLTN_DTE
      Use with available fluent helpers to apply the MaintPlanPrdcssrCallCompltnDte field to query operations.
    • MAINTENANCE_PLAN_MANUAL_CALL_DATE

      public static final MaintenancePlanScheduleField<LocalDateTime> MAINTENANCE_PLAN_MANUAL_CALL_DATE
      Use with available fluent helpers to apply the MaintenancePlanManualCallDate field to query operations.
    • MAINTENANCE_CALL_LAST_PLANNED_DATE

      public static final MaintenancePlanScheduleField<LocalDateTime> MAINTENANCE_CALL_LAST_PLANNED_DATE
      Use with available fluent helpers to apply the MaintenanceCallLastPlannedDate field to query operations.
    • TO_MAINTENANCE_PLAN_CALL_OBJECTS

      public static final MaintenancePlanScheduleLink<MaintenancePlanCallObject> TO_MAINTENANCE_PLAN_CALL_OBJECTS
      Use with available fluent helpers to apply the to_MaintenancePlanCallObjects navigation property to query operations.
  • Constructor Details

    • MaintenancePlanSchedule

      public MaintenancePlanSchedule()
    • MaintenancePlanSchedule

      public MaintenancePlanSchedule(@Nullable String maintenancePlan, @Nullable Integer maintenancePlanCallNumber, @Nullable String maintenancePackage, @Nullable String schedulingType, @Nullable String schedulingStatus, @Nullable String measuringPoint, @Nullable String maintenanceTaskPerformanceUnit, @Nullable LocalDateTime maintenanceCallNextPlannedDate, @Nullable LocalDateTime maintenanceCallDate, @Nullable LocalDateTime completionDate, @Nullable LocalTime completionTime, @Nullable String cycleSetSequence, @Nullable Double maintCallCompltnCntrRdng, @Nullable Boolean maintenanceCallIsOutstanding, @Nullable Boolean maintCallIsInvokedOnPlndDate, @Nullable Boolean maintCallHorizonIsNotReached, @Nullable LocalDateTime maintPlanLastScheduledDate, @Nullable String releasedByUserName, @Nullable String maintPlnCnctntdDuePackagesTxt, @Nullable LocalDateTime maintPlanPrdcssrCallCompltnDte, @Nullable LocalDateTime maintenancePlanManualCallDate, @Nullable LocalDateTime maintenanceCallLastPlannedDate, List<MaintenancePlanCallObject> toMaintenancePlanCallObjects)
  • Method Details

    • getType

      @Nonnull public Class<MaintenancePlanSchedule> getType()
      Specified by:
      getType in class VdmObject<MaintenancePlanSchedule>
    • setMaintenancePlan

      public void setMaintenancePlan(@Nullable String maintenancePlan)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MaintenancePlan

      Parameters:
      maintenancePlan - Maintenance Plan
    • setMaintenancePlanCallNumber

      public void setMaintenancePlanCallNumber(@Nullable Integer maintenancePlanCallNumber)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: MaintenancePlanCallNumber

      Parameters:
      maintenancePlanCallNumber - Maintenance Plan Call Number
    • setMaintenancePackage

      public void setMaintenancePackage(@Nullable String maintenancePackage)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: MaintenancePackage

      Parameters:
      maintenancePackage - Maintenance Package Number
    • setSchedulingType

      public void setSchedulingType(@Nullable String schedulingType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SchedulingType

      Parameters:
      schedulingType - Scheduling type
    • setSchedulingStatus

      public void setSchedulingStatus(@Nullable String schedulingStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SchedulingStatus

      Parameters:
      schedulingStatus - Single-Character Flag
    • setMeasuringPoint

      public void setMeasuringPoint(@Nullable String measuringPoint)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MeasuringPoint

      Parameters:
      measuringPoint - Measuring Point
    • setMaintenanceTaskPerformanceUnit

      public void setMaintenanceTaskPerformanceUnit(@Nullable String maintenanceTaskPerformanceUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: MaintenanceTaskPerformanceUnit

      Parameters:
      maintenanceTaskPerformanceUnit - Unit for the performance of maintenance tasks
    • setMaintenanceCallNextPlannedDate

      public void setMaintenanceCallNextPlannedDate(@Nullable LocalDateTime maintenanceCallNextPlannedDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintenanceCallNextPlannedDate

      Parameters:
      maintenanceCallNextPlannedDate - Next planned date
    • setMaintenanceCallDate

      public void setMaintenanceCallDate(@Nullable LocalDateTime maintenanceCallDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintenanceCallDate

      Parameters:
      maintenanceCallDate - Call date
    • setCompletionDate

      public void setCompletionDate(@Nullable LocalDateTime completionDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CompletionDate

      Parameters:
      completionDate - Date of last completion in maintenance plan
    • setCompletionTime

      public void setCompletionTime(@Nullable LocalTime completionTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CompletionTime

      Parameters:
      completionTime - The completionTime to set.
    • setCycleSetSequence

      public void setCycleSetSequence(@Nullable String cycleSetSequence)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CycleSetSequence

      Parameters:
      cycleSetSequence - Cycle Set Sequence
    • setMaintCallCompltnCntrRdng

      public void setMaintCallCompltnCntrRdng(@Nullable Double maintCallCompltnCntrRdng)
      Constraints: none

      Original property name from the Odata EDM: MaintCallCompltnCntrRdng

      Parameters:
      maintCallCompltnCntrRdng - Counter reading confirmation
    • setMaintenanceCallIsOutstanding

      public void setMaintenanceCallIsOutstanding(@Nullable Boolean maintenanceCallIsOutstanding)
      Constraints: none

      Original property name from the Odata EDM: MaintenanceCallIsOutstanding

      Parameters:
      maintenanceCallIsOutstanding - Scheduling status: call outstanding
    • setMaintCallIsInvokedOnPlndDate

      public void setMaintCallIsInvokedOnPlndDate(@Nullable Boolean maintCallIsInvokedOnPlndDate)
      Constraints: none

      Original property name from the Odata EDM: MaintCallIsInvokedOnPlndDate

      Parameters:
      maintCallIsInvokedOnPlndDate - Scheduling status: planned date called
    • setMaintCallHorizonIsNotReached

      public void setMaintCallHorizonIsNotReached(@Nullable Boolean maintCallHorizonIsNotReached)
      Constraints: none

      Original property name from the Odata EDM: MaintCallHorizonIsNotReached

      Parameters:
      maintCallHorizonIsNotReached - Scheduling status: call horizon not reached
    • setMaintPlanLastScheduledDate

      public void setMaintPlanLastScheduledDate(@Nullable LocalDateTime maintPlanLastScheduledDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintPlanLastScheduledDate

      Parameters:
      maintPlanLastScheduledDate - Date of the call
    • setReleasedByUserName

      public void setReleasedByUserName(@Nullable String releasedByUserName)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ReleasedByUserName

      Parameters:
      releasedByUserName - Name of the person who made the call
    • setMaintPlnCnctntdDuePackagesTxt

      public void setMaintPlnCnctntdDuePackagesTxt(@Nullable String maintPlnCnctntdDuePackagesTxt)
      Constraints: Not nullable, Maximum length: 256

      Original property name from the Odata EDM: MaintPlnCnctntdDuePackagesTxt

      Parameters:
      maintPlnCnctntdDuePackagesTxt - The maintPlnCnctntdDuePackagesTxt to set.
    • setMaintPlanPrdcssrCallCompltnDte

      public void setMaintPlanPrdcssrCallCompltnDte(@Nullable LocalDateTime maintPlanPrdcssrCallCompltnDte)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintPlanPrdcssrCallCompltnDte

      Parameters:
      maintPlanPrdcssrCallCompltnDte - Completion for Predecessor
    • setMaintenancePlanManualCallDate

      public void setMaintenancePlanManualCallDate(@Nullable LocalDateTime maintenancePlanManualCallDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintenancePlanManualCallDate

      Parameters:
      maintenancePlanManualCallDate - Manual call date
    • setMaintenanceCallLastPlannedDate

      public void setMaintenanceCallLastPlannedDate(@Nullable LocalDateTime maintenanceCallLastPlannedDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintenanceCallLastPlannedDate

      Parameters:
      maintenanceCallLastPlannedDate - Last planned date
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<MaintenancePlanSchedule>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<MaintenancePlanSchedule>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<MaintenancePlanSchedule>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<MaintenancePlanSchedule>
    • field

      @Nonnull public static <T> MaintenancePlanScheduleField<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> MaintenancePlanScheduleField<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<MaintenancePlanSchedule>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<MaintenancePlanSchedule>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<MaintenancePlanSchedule>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<MaintenancePlanSchedule>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<MaintenancePlanSchedule>
    • fetchMaintenancePlanCallObjects

      @Nonnull public List<MaintenancePlanCallObject> fetchMaintenancePlanCallObjects()
      Fetches the MaintenancePlanCallObject entities (one to many) associated with this entity. This corresponds to the OData navigation property to_MaintenancePlanCallObjects.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated MaintenancePlanCallObject entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getMaintenancePlanCallObjectsOrFetch

      @Nonnull public List<MaintenancePlanCallObject> getMaintenancePlanCallObjectsOrFetch()
      Retrieval of associated MaintenancePlanCallObject entities (one to many). This corresponds to the OData navigation property to_MaintenancePlanCallObjects.

      If the navigation property to_MaintenancePlanCallObjects of a queried MaintenancePlanSchedule is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated MaintenancePlanCallObject entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getMaintenancePlanCallObjectsIfPresent

      @Nonnull public io.vavr.control.Option<List<MaintenancePlanCallObject>> getMaintenancePlanCallObjectsIfPresent()
      Retrieval of associated MaintenancePlanCallObject entities (one to many). This corresponds to the OData navigation property to_MaintenancePlanCallObjects.

      If the navigation property for an entity MaintenancePlanSchedule has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_MaintenancePlanCallObjects is already loaded, the result will contain the MaintenancePlanCallObject entities. If not, an Option with result state empty is returned.
    • setMaintenancePlanCallObjects

      public void setMaintenancePlanCallObjects(@Nonnull List<MaintenancePlanCallObject> value)
      Overwrites the list of associated MaintenancePlanCallObject entities for the loaded navigation property to_MaintenancePlanCallObjects.

      If the navigation property to_MaintenancePlanCallObjects of a queried MaintenancePlanSchedule is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of MaintenancePlanCallObject entities.
    • addMaintenancePlanCallObjects

      public void addMaintenancePlanCallObjects(MaintenancePlanCallObject... entity)
      Adds elements to the list of associated MaintenancePlanCallObject entities. This corresponds to the OData navigation property to_MaintenancePlanCallObjects.

      If the navigation property to_MaintenancePlanCallObjects of a queried MaintenancePlanSchedule is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of MaintenancePlanCallObject entities.
    • builder

    • getMaintenancePlan

      @Nullable public String getMaintenancePlan()
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MaintenancePlan

      Returns:
      Maintenance Plan
    • getMaintenancePlanCallNumber

      @Nullable public Integer getMaintenancePlanCallNumber()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: MaintenancePlanCallNumber

      Returns:
      Maintenance Plan Call Number
    • getMaintenancePackage

      @Nullable public String getMaintenancePackage()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: MaintenancePackage

      Returns:
      Maintenance Package Number
    • getSchedulingType

      @Nullable public String getSchedulingType()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SchedulingType

      Returns:
      Scheduling type
    • getSchedulingStatus

      @Nullable public String getSchedulingStatus()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SchedulingStatus

      Returns:
      Single-Character Flag
    • getMeasuringPoint

      @Nullable public String getMeasuringPoint()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MeasuringPoint

      Returns:
      Measuring Point
    • getMaintenanceTaskPerformanceUnit

      @Nullable public String getMaintenanceTaskPerformanceUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: MaintenanceTaskPerformanceUnit

      Returns:
      Unit for the performance of maintenance tasks
    • getMaintenanceCallNextPlannedDate

      @Nullable public LocalDateTime getMaintenanceCallNextPlannedDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintenanceCallNextPlannedDate

      Returns:
      Next planned date
    • getMaintenanceCallDate

      @Nullable public LocalDateTime getMaintenanceCallDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintenanceCallDate

      Returns:
      Call date
    • getCompletionDate

      @Nullable public LocalDateTime getCompletionDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CompletionDate

      Returns:
      Date of last completion in maintenance plan
    • getCompletionTime

      @Nullable public LocalTime getCompletionTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CompletionTime

      Returns:
      The completionTime contained in this entity.
    • getCycleSetSequence

      @Nullable public String getCycleSetSequence()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CycleSetSequence

      Returns:
      Cycle Set Sequence
    • getMaintCallCompltnCntrRdng

      @Nullable public Double getMaintCallCompltnCntrRdng()
      Constraints: none

      Original property name from the Odata EDM: MaintCallCompltnCntrRdng

      Returns:
      Counter reading confirmation
    • getMaintenanceCallIsOutstanding

      @Nullable public Boolean getMaintenanceCallIsOutstanding()
      Constraints: none

      Original property name from the Odata EDM: MaintenanceCallIsOutstanding

      Returns:
      Scheduling status: call outstanding
    • getMaintCallIsInvokedOnPlndDate

      @Nullable public Boolean getMaintCallIsInvokedOnPlndDate()
      Constraints: none

      Original property name from the Odata EDM: MaintCallIsInvokedOnPlndDate

      Returns:
      Scheduling status: planned date called
    • getMaintCallHorizonIsNotReached

      @Nullable public Boolean getMaintCallHorizonIsNotReached()
      Constraints: none

      Original property name from the Odata EDM: MaintCallHorizonIsNotReached

      Returns:
      Scheduling status: call horizon not reached
    • getMaintPlanLastScheduledDate

      @Nullable public LocalDateTime getMaintPlanLastScheduledDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintPlanLastScheduledDate

      Returns:
      Date of the call
    • getReleasedByUserName

      @Nullable public String getReleasedByUserName()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ReleasedByUserName

      Returns:
      Name of the person who made the call
    • getMaintPlnCnctntdDuePackagesTxt

      @Nullable public String getMaintPlnCnctntdDuePackagesTxt()
      Constraints: Not nullable, Maximum length: 256

      Original property name from the Odata EDM: MaintPlnCnctntdDuePackagesTxt

      Returns:
      The maintPlnCnctntdDuePackagesTxt contained in this entity.
    • getMaintPlanPrdcssrCallCompltnDte

      @Nullable public LocalDateTime getMaintPlanPrdcssrCallCompltnDte()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintPlanPrdcssrCallCompltnDte

      Returns:
      Completion for Predecessor
    • getMaintenancePlanManualCallDate

      @Nullable public LocalDateTime getMaintenancePlanManualCallDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintenancePlanManualCallDate

      Returns:
      Manual call date
    • getMaintenanceCallLastPlannedDate

      @Nullable public LocalDateTime getMaintenanceCallLastPlannedDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: MaintenanceCallLastPlannedDate

      Returns:
      Last planned date
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<MaintenancePlanSchedule>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<MaintenancePlanSchedule>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<MaintenancePlanSchedule>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<MaintenancePlanSchedule>