public interface CategoryAttribute
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the
Category. |
java.lang.Long |
getId()
Gets the id.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.Boolean |
getSearchable()
Deprecated.
in favor of Field configuration since 2.0
|
java.lang.String |
getValue()
Gets the value.
|
void |
setCategory(Category category)
Sets the
Category. |
void |
setId(java.lang.Long id)
Sets the id.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setSearchable(java.lang.Boolean searchable)
Deprecated.
in favor of Field configuration since 2.0
|
void |
setValue(java.lang.String value)
Sets the value.
|
java.lang.Long getId()
void setId(java.lang.Long id)
id - the new idjava.lang.String getValue()
void setValue(java.lang.String value)
value - the new valuejava.lang.Boolean getSearchable()
void setSearchable(java.lang.Boolean searchable)
searchable - the new searchablevoid setCategory(Category category)
Category.category - the new Categoryjava.lang.String getName()
void setName(java.lang.String name)
name - the new nameCopyright © 2018. All Rights Reserved.