Class ActionPlan
java.lang.Object
com.serinity.exercicecontrol.model.ActionPlan
Plan d'action (action planning) + tâche graduée (graded task) + motivation.
-
Constructor Summary
ConstructorsConstructorDescriptionActionPlan(int plannedMinutes, LocalTime plannedTime, String microCommitment, int streakDays, String streakMessage) Documents ActionPlan. -
Method Summary
Modifier and TypeMethodDescriptionDocuments getMicroCommitment.intDocuments getPlannedMinutes.Documents getPlannedTime.intDocuments getStreakDays.Documents getStreakMessage.Documents plannedTimeLabel.
-
Constructor Details
-
ActionPlan
-
-
Method Details
-
getPlannedMinutes
public int getPlannedMinutes()Documents getPlannedMinutes. -
getPlannedTime
Documents getPlannedTime. -
getMicroCommitment
Documents getMicroCommitment. -
getStreakDays
public int getStreakDays()Documents getStreakDays. -
getStreakMessage
Documents getStreakMessage. -
plannedTimeLabel
Documents plannedTimeLabel.
-