public class Category
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Category[] |
getChildren()
Any children categories (Washroom might have Women's Washroom and Men's Washroom children)
|
int |
getColor()
Color of the category
|
ImageSet |
getIcon()
Icon of the category
|
java.lang.String |
getID()
ID of the category
|
int |
getIndex()
Gets this category's position in category array
|
Location[] |
getLocations()
A list of all locations at this venue that belong to this category (but not necessarily those of child categories)
|
java.lang.String |
getName()
Name of the category
|
Category[] |
getParents()
Any parent categories (Men's Washroom might have a parent Washroom category)
|
ImageSet |
getPicture()
Picture of the category
|
int |
getSortOrder()
Sort order of the category
|
Venue |
getVenue()
Gets the category's
Venue |
public java.lang.String getID()
public java.lang.String getName()
public int getSortOrder()
public int getColor()
public ImageSet getIcon()
public ImageSet getPicture()
public Category[] getParents()
public Category[] getChildren()
public Location[] getLocations()
public int getIndex()