Examples of differenceInPercentBetweenEstimateAndTaskEstimate()


Examples of net.sf.pmr.agilePlanning.domain.story.Story.differenceInPercentBetweenEstimateAndTaskEstimate()

            storyForm.setDaysCompleted(story.daysCompleted());
            storyForm.setDaysRemaining(story.daysRemaining());
            storyForm.setPercentCompleted(story.percentCompleted());
            storyForm.setDifferenceInPercentBetweenEstimateAndTaskCharge(story.differenceInPercentBetweenEstimateAndTaskCharge());
            storyForm.setDifferenceOfDaysBetweenEstimateAndTaskCharge(story.differenceOfDaysBetweenEstimateAndTaskCharge());
            storyForm.setDifferenceInPercentBetweenEstimateAndTaskEstimate(story.differenceInPercentBetweenEstimateAndTaskEstimate());
            storyForm.setDifferenceOfDaysBetweenEstimateAndTaskEstimate(story.differenceOfDaysBetweenEstimateAndTaskEstimate());

        }

        // get the list of riskLevel to populate the list box
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.