|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.catalog.domain.ProductAttributeImpl
@Entity public class ProductAttributeImpl
The Class ProductAttributeImpl.
| Field Summary | |
|---|---|
protected java.lang.Long |
id
The id. |
protected java.lang.String |
name
The name. |
protected Product |
product
The product. |
protected java.lang.Boolean |
searchable
The searchable. |
protected java.lang.String |
value
The value. |
| Constructor Summary | |
|---|---|
ProductAttributeImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
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. |
int |
hashCode()
|
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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Long id
protected java.lang.String name
protected java.lang.String value
protected java.lang.Boolean searchable
protected Product product
| Constructor Detail |
|---|
public ProductAttributeImpl()
| Method Detail |
|---|
public java.lang.Long getId()
ProductAttribute
getId in interface ProductAttributepublic void setId(java.lang.Long id)
ProductAttribute
setId in interface ProductAttributeid - the new idpublic java.lang.String getValue()
ProductAttribute
getValue in interface ProductAttributepublic void setValue(java.lang.String value)
ProductAttribute
setValue in interface ProductAttributevalue - the new valuepublic java.lang.Boolean getSearchable()
ProductAttribute
getSearchable in interface ProductAttributepublic void setSearchable(java.lang.Boolean searchable)
ProductAttribute
setSearchable in interface ProductAttributesearchable - the new searchablepublic java.lang.String getName()
ProductAttribute
getName in interface ProductAttributepublic void setName(java.lang.String name)
ProductAttribute
setName in interface ProductAttributename - the new namepublic java.lang.String toString()
toString in class java.lang.Objectpublic Product getProduct()
ProductAttribute
getProduct in interface ProductAttributepublic void setProduct(Product product)
ProductAttribute
setProduct in interface ProductAttributeproduct - the new productpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||