Last active
October 13, 2016 13:41
-
-
Save nwillc/533334ca5e7fa2c069d37501c97b69f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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