public interface CategoryAttribute extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the
Category. |
Long |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
Boolean |
getSearchable()
Deprecated.
in favor of Field configuration since 2.0
|
String |
getValue()
Gets the value.
|
void |
setCategory(Category category)
Sets the
Category. |
void |
setId(Long id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setSearchable(Boolean searchable)
Deprecated.
in favor of Field configuration since 2.0
|
void |
setValue(String value)
Sets the value.
|
Long getId()
void setId(Long id)
id - the new idString getValue()
void setValue(String value)
value - the new valueBoolean getSearchable()
void setSearchable(Boolean searchable)
searchable - the new searchablevoid setCategory(Category category)
Category.category - the new CategoryString getName()
void setName(String name)
name - the new nameCopyright © 2014. All rights reserved.