Back to project page ArrecebaAndroid.
The source code is released under:
GNU General Public License
If you think the Android project ArrecebaAndroid 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 br.com.projetointegrador.TO; //w w w .j a v a2s . c o m public class Crud { public int CrudId; public String Name; public String toString() { return String.valueOf(CrudId) + " " + Name; } }