Package org.spw.volunteer.contact

Examples of org.spw.volunteer.contact.ContactDataProvider


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

TOP

Related Classes of org.spw.volunteer.contact.ContactDataProvider

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.