Skip to content

Instantly share code, notes, and snippets.

@nwillc
Last active October 13, 2016 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nwillc/533334ca5e7fa2c069d37501c97b69f7 to your computer and use it in GitHub Desktop.
Save nwillc/533334ca5e7fa2c069d37501c97b69f7 to your computer and use it in GitHub Desktop.
public class Category {
private String name;
private String key;
/* Constructors, Gettters, Setters */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment