|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.catalog.domain.CategoryAttributeImpl
@Entity public class CategoryAttributeImpl
| Field Summary | |
|---|---|
protected Category |
category
|
protected Long |
id
|
protected String |
name
|
protected Boolean |
searchable
|
protected String |
value
|
| Constructor Summary | |
|---|---|
CategoryAttributeImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Category |
getCategory()
Gets the Category. |
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
Boolean |
getSearchable()
|
String |
getValue()
Gets the value. |
int |
hashCode()
|
void |
setCategory(Category category)
Sets the Category. |
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setSearchable(Boolean 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 Category category
| Constructor Detail |
|---|
public CategoryAttributeImpl()
| Method Detail |
|---|
public Long getId()
CategoryAttribute
getId in interface CategoryAttributepublic void setId(Long id)
CategoryAttribute
setId in interface CategoryAttributeid - the new idpublic String getValue()
CategoryAttribute
getValue in interface ValueAssignable<String>getValue in interface CategoryAttributepublic void setValue(String value)
CategoryAttribute
setValue in interface ValueAssignable<String>setValue in interface CategoryAttributevalue - the new valuepublic Boolean getSearchable()
getSearchable in interface Searchable<String>public void setSearchable(Boolean searchable)
setSearchable in interface Searchable<String>public String getName()
CategoryAttribute
getName in interface ValueAssignable<String>getName in interface CategoryAttributepublic void setName(String name)
CategoryAttribute
setName in interface ValueAssignable<String>setName in interface CategoryAttributename - the new namepublic String toString()
toString in class Objectpublic Category getCategory()
CategoryAttributeCategory.
getCategory in interface CategoryAttributeCategorypublic void setCategory(Category category)
CategoryAttributeCategory.
setCategory in interface CategoryAttributecategory - the new Categorypublic 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 | |||||||||