Back to project page foodroid.
The source code is released under:
GNU General Public License
If you think the Android project foodroid 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 com.wmc.ReservationClient; // w w w . j a va2 s .com public class Order { public int ID; public int UserID; public int BranchID; public String date; public String time; public double Price; }