public interface ProductAttribute extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
Product |
getProduct()
Gets the product.
|
Boolean |
getSearchable()
Deprecated.
in favor of Field configuration since 2.0
|
String |
getValue()
Gets the value.
|
void |
setId(Long id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setProduct(Product product)
Sets the product.
|
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 searchableProduct getProduct()
void setProduct(Product product)
product - the new productString getName()
void setName(String name)
name - the new nameCopyright © 2014. All Rights Reserved.