|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductAttribute
The Interface ProductAttribute.
| Method Summary | |
|---|---|
java.lang.Long |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
Product |
getProduct()
Gets the product. |
java.lang.Boolean |
getSearchable()
Gets the searchable. |
java.lang.String |
getValue()
Gets the value. |
void |
setId(java.lang.Long id)
Sets the id. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setProduct(Product product)
Sets the product. |
void |
setSearchable(java.lang.Boolean searchable)
Sets the searchable. |
void |
setValue(java.lang.String value)
Sets the value. |
| Method Detail |
|---|
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 searchableProduct getProduct()
void setProduct(Product product)
product - the new productjava.lang.String getName()
void setName(java.lang.String name)
name - the new name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||