public interface CategoryAttribute extends Searchable<String>
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the
Category. |
Long |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
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 |
setValue(String value)
Sets the value.
|
getSearchable, setSearchableLong getId()
void setId(Long id)
id - the new idString getValue()
getValue in interface ValueAssignable<String>void setValue(String value)
setValue in interface ValueAssignable<String>value - the new valuevoid setCategory(Category category)
Category.category - the new CategoryString getName()
getName in interface ValueAssignable<String>void setName(String name)
setName in interface ValueAssignable<String>name - the new nameCopyright © 2015. All Rights Reserved.