public class Section extends Object implements Serializable
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
void |
addCategory(String category) |
boolean |
equals(Object obj) |
List<String> |
getCategories() |
String |
getSectionName() |
int |
hashCode() |
boolean |
removeCategory(String category) |
void |
setCategories(List<String> categories) |
void |
setSectionName(String sectionName) |
Copyright © 2021. All rights reserved.