|
||||||||||
| 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()
|
Product |
getProduct()
Gets the product. |
Boolean |
getSearchable()
|
String |
getValue()
|
int |
hashCode()
|
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
|
void |
setProduct(Product product)
Sets the product. |
void |
setSearchable(Boolean searchable)
|
void |
setValue(String 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()
getValue in interface ValueAssignable<String>public void setValue(String value)
setValue in interface ValueAssignable<String>public Boolean getSearchable()
getSearchable in interface Searchable<String>public void setSearchable(Boolean searchable)
setSearchable in interface Searchable<String>public String getName()
getName in interface ValueAssignable<String>public void setName(String name)
setName in interface ValueAssignable<String>public 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 | |||||||||