Package org.encuestame.persistence.domain

Examples of org.encuestame.persistence.domain.GeoPointFolder


     *
     */
     @Test
     public void testLocationFolder(){
         final Account account = createAccount();
         final GeoPointFolder geoPointFolder = new GeoPointFolder();
    final GeoPointFolder geoLocationFolder = createDefaultGeoPointFolder(
        " Polygon folder", this.initAccount);
         geoPointFolder.setFolderType(GeoPointFolderType.GROUPING);
         geoPointFolder.setFolderName("test folder");
         geoPointFolder.setUsers(account);
         geoPointFolder.setCreatedAt(Calendar.getInstance().getTime());
View Full Code Here

TOP

Related Classes of org.encuestame.persistence.domain.GeoPointFolder

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.