Package org.spw.volunteer.volunteerFundraising

Examples of org.spw.volunteer.volunteerFundraising.ContributionDataProvider


     * Getter for property contributionDataProvider.
     * @return Value of property contributionDataProvider.
     */
    public ContributionDataProvider getContributionDataProvider() {
        if (this.contributionDataProvider == null)
            this.contributionDataProvider = new ContributionDataProvider();
        return this.contributionDataProvider;
    }
View Full Code Here

TOP

Related Classes of org.spw.volunteer.volunteerFundraising.ContributionDataProvider

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.