Package org.spw.volunteer.person

Examples of org.spw.volunteer.person.PersonDataProvider


     * Getter for property PersonDataProvider.
     * @return Value of property PersonDataProvider.
     */
    public org.spw.volunteer.person.PersonDataProvider getPersonDataProvider() {
        if (this.personDataProvider == null)
            this.personDataProvider = new PersonDataProvider();
        return this.personDataProvider;
    }
View Full Code Here

TOP

Related Classes of org.spw.volunteer.person.PersonDataProvider

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.