this.planTime = topDownPlanTime = bottomUpPlanTime = planTime;
planTimeNull = planTimeUndefined = false;
// save those minutes to the data repository
data.userPutValue(DataRepository.createDataName
(fullName, PLAN_TIME_DATA_NAME),
new DoubleData(planTime, true));
userSetLevelOfEffort(null);
} else {
this.planTime = topDownPlanTime = bottomUpPlanTime;
data.userPutValue(DataRepository.createDataName
(fullName, PLAN_TIME_DATA_NAME),