Interface Category
- 
- All Superinterfaces:
 java.lang.Comparable<Category>
public interface Category extends java.lang.Comparable<Category>
Category is the elementary object of the gallery categories. In addition to the methods that this interface specifies, implementations should be properly hashable (equals/hashcode) and have a good toString(). 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDisplay()java.lang.StringgetGroup() 
 -