Schnittstelle MutableActivity

Alle Superschnittstellen:
Activity
Alle bekannten Unterschnittstellen:
MutableChartActivity, MutableCompletableActivity, MutableHighLowChartActivity
Alle bekannten Implementierungsklassen:
MutableActivityBase, MutableCalendarActivityBase, MutableChartActivityBase, MutableCompletableActivityBase, MutableHighLowChartActivityBase

public interface MutableActivity extends Activity
An add-on interface that needs to be implemented by any activity that can be edited interactively by the user.
Seit:
1.0
  • Methodendetails

    • setName

      void setName(String name)
      Sets the name of the activity.
      Parameter:
      name - the new name of the activity
      Seit:
      1.0
    • setStartTime

      void setStartTime(Instant time)
      Sets a new start time on the activity.
      Parameter:
      time - the new start time
      Seit:
      1.0
    • setEndTime

      void setEndTime(Instant time)
      Sets a new end time on the activity.
      Parameter:
      time - the new end time
      Seit:
      1.0