@Entity public class CategoryAttributeImpl extends Object implements CategoryAttribute
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected Long |
id |
protected String |
name |
protected Boolean |
searchable |
protected String |
value |
| Constructor and Description |
|---|
CategoryAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected Long id
protected String name
protected String value
protected Boolean searchable
protected Category category
public Long getId()
CategoryAttributegetId in interface CategoryAttributepublic void setId(Long id)
CategoryAttributesetId in interface CategoryAttributeid - the new idpublic String getValue()
CategoryAttributegetValue in interface ValueAssignable<String>getValue in interface CategoryAttributepublic void setValue(String value)
CategoryAttributesetValue 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()
CategoryAttributegetName in interface ValueAssignable<String>getName in interface CategoryAttributepublic void setName(String name)
CategoryAttributesetName in interface ValueAssignable<String>setName in interface CategoryAttributename - the new namepublic Category getCategory()
CategoryAttributeCategory.getCategory in interface CategoryAttributeCategorypublic void setCategory(Category category)
CategoryAttributeCategory.setCategory in interface CategoryAttributecategory - the new CategoryCopyright © 2015. All Rights Reserved.