Package org.spw.model

Examples of org.spw.model.FundraisingPlan


    private int month;
   
    /** Creates a new instance of FundraisingPlanDataProvider */
    public FundraisingPlanDataProvider() {
        // Put in dummy data for design time
        aList.add(new FundraisingPlan());
        // Wrap the list
        setList(aList);
    }
View Full Code Here

TOP

Related Classes of org.spw.model.FundraisingPlan

Copyright © 2018 www.massapicom. 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.