@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()
Gets the searchable.
|
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)
Sets the 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 CategoryAttributepublic void setValue(String value)
CategoryAttributesetValue in interface CategoryAttributevalue - the new valuepublic Boolean getSearchable()
CategoryAttributegetSearchable in interface CategoryAttributepublic void setSearchable(Boolean searchable)
CategoryAttributesetSearchable in interface CategoryAttributesearchable - the new searchablepublic String getName()
CategoryAttributegetName in interface CategoryAttributepublic void setName(String name)
CategoryAttributesetName 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 © 2014. All Rights Reserved.