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 ww . j a v a 2 s . c o m*/ class Food { public String ID; public String Name; public String Price; public String Picture; public String BranchID; public boolean IsChecked = false; public int Num = 0; }