Back to project page listmyaps.
The source code is released under:
Apache License
If you think the Android project listmyaps 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 de.onyxbits.listmyapps; /* w w w .j a va2s . co m*/ /** * Access to the formats table. * @author patrick * */ class TemplateData { protected long id; protected String formatName; protected String header; protected String item; protected String footer; public String toString() { return formatName; } }