Package net.sf.pmr.agilePlanning.domain.story.task

Examples of net.sf.pmr.agilePlanning.domain.story.task.Task.daysCompleted()


            taskForm.setDaysEstimated(task.getDaysEstimated());
            taskForm.setPersistanceId(task.getPersistanceId());
            taskForm.setPersistanceVersion(task.getPersistanceVersion());
            taskForm.setShortDescription(task.getShortDescription());
           
            taskForm.setDaysCompleted(task.daysCompleted());
            taskForm.setDaysRemaining(task.daysRemaining());
            taskForm.setDifferenceInPercentBetweenEstimateAndCharge(task.differenceInPercentBetweenEstimateAndCharge());
            taskForm.setDifferenceOfDaysBetweenEstimateAndCharge(task.differenceOfDaysBetweenEstimateAndCharge());
            taskForm.setPercentCompleted(task.percentCompleted());
            taskForm.setPercentRemaining(task.percentRemaining());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.