public interface ProductAttribute extends Searchable<java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getId()
Gets the id.
|
Product |
getProduct()
Gets the product.
|
void |
setId(java.lang.Long id)
Sets the id.
|
void |
setProduct(Product product)
Sets the product.
|
getSearchable, setSearchablegetName, getValue, setName, setValuejava.lang.Long getId()
void setId(java.lang.Long id)
id - the new idProduct getProduct()
void setProduct(Product product)
product - the new productCopyright © 2018. All Rights Reserved.