184185186187188189190191192193
return this; } public FetchPlanItf speedoGetFetchPlan() { if(fetchPlan == null){ fetchPlan = new JDOFetchPlan(); } return fetchPlan; }