Back to project page openhds-tablet.
The source code is released under:
OPENHDS PLATFORM OPENSOURCE LICENSE AGREEMENT Copyright (c) 2013 University of Southern Maine. All rights reserved. Redistribution and use in source and binary forms, with or without mo...
If you think the Android project openhds-tablet listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.openhds.mobile.model; /* w ww . j a va2 s.c o m*/ import java.io.Serializable; /** * A HierarchySelection represents the entities selected by the user for a given location hierarchy <br /> * The entities are: region, sub-region, village, and round */ public class HierarchySelection implements Serializable { private static final long serialVersionUID = 5883657712496194636L; }