Examples of HarvesterDataId


Examples of org.fao.geonet.domain.HarvesterDataId

    public static HarvesterData newHarvesterData(AtomicInteger inc) {
        int id = inc.incrementAndGet();
        final HarvesterData data = new HarvesterData();
        data.setValue("value_"+id);
        data.setId(new HarvesterDataId("uuid_"+id, "key_"+id));

        return data;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.