public class FeatureCategory extends Object implements Serializable
| Constructor and Description |
|---|
FeatureCategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Returns the Color
|
String |
getDescription()
Returns the Description
|
List<Feature> |
getFeatures()
Gets all features for this category
|
String |
getIcon()
Returns the Category Icon
|
int |
getId()
Returns the Id
|
int |
getIdOrder()
Returns the IdOrder
|
int |
getIndicatorStyle()
Returns the IndicatorStyle
|
String |
getIndicatorText()
Returns the IndicatorText
|
String |
getName()
Returns the Name
|
void |
setColor(String strColor)
Sets the Color
|
void |
setDescription(String strDescription)
Sets the Description
|
void |
setIcon(String strCategoryIcon)
Sets the CategoryIcon
|
void |
setId(int nId)
Sets the Id
|
void |
setIdOrder(int nIdOrder)
Sets the IdOrder
|
void |
setIndicatorStyle(int nIndicatorStyle)
Sets the IndicatorStyle
|
void |
setIndicatorText(String strIndicatorText)
Sets the IndicatorText
|
void |
setName(String strName)
Sets the Name
|
public int getId()
public void setId(int nId)
nId - The Idpublic String getName()
public void setName(String strName)
strName - The Namepublic String getDescription()
public void setDescription(String strDescription)
strDescription - The Descriptionpublic int getIdOrder()
public void setIdOrder(int nIdOrder)
nIdOrder - The IdOrderpublic String getIcon()
public void setIcon(String strCategoryIcon)
strCategoryIcon - The CategoryIconpublic int getIndicatorStyle()
public void setIndicatorStyle(int nIndicatorStyle)
nIndicatorStyle - The IndicatorStylepublic String getIndicatorText()
public void setIndicatorText(String strIndicatorText)
strIndicatorText - The IndicatorTextpublic String getColor()
public void setColor(String strColor)
strColor - The ColorCopyright © 2018 City of Paris. All rights reserved.