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