public class OriginalLabelsIn extends GenericModel
Constructor and Description |
---|
OriginalLabelsIn() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Category> |
getCategories()
Gets the categories.
|
java.util.List<TypeLabel> |
getTypes()
Gets the types.
|
void |
setCategories(java.util.List<Category> categories)
Sets the categories.
|
void |
setTypes(java.util.List<TypeLabel> types)
Sets the types.
|
equals, hashCode, toString
public java.util.List<TypeLabel> getTypes()
public java.util.List<Category> getCategories()
public void setTypes(java.util.List<TypeLabel> types)
types
- the new typespublic void setCategories(java.util.List<Category> categories)
categories
- the new categories