@Entity public class CategoryAttributeImpl extends java.lang.Object implements CategoryAttribute
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected java.lang.Long |
id |
protected java.lang.String |
name |
protected java.lang.Boolean |
searchable |
protected java.lang.String |
value |
| Constructor and Description |
|---|
CategoryAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Category |
getCategory()
Gets the
Category. |
java.lang.Long |
getId()
Gets the id.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.Boolean |
getSearchable()
Gets the searchable.
|
java.lang.String |
getValue()
Gets the value.
|
int |
hashCode() |
void |
setCategory(Category category)
Sets the
Category. |
void |
setId(java.lang.Long id)
Sets the id.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setSearchable(java.lang.Boolean searchable)
Sets the searchable.
|
void |
setValue(java.lang.String value)
Sets the value.
|
java.lang.String |
toString() |
protected java.lang.Long id
protected java.lang.String name
protected java.lang.String value
protected java.lang.Boolean searchable
protected Category category
public java.lang.Long getId()
CategoryAttributegetId in interface CategoryAttributepublic void setId(java.lang.Long id)
CategoryAttributesetId in interface CategoryAttributeid - the new idpublic java.lang.String getValue()
CategoryAttributegetValue in interface CategoryAttributepublic void setValue(java.lang.String value)
CategoryAttributesetValue in interface CategoryAttributevalue - the new valuepublic java.lang.Boolean getSearchable()
CategoryAttributegetSearchable in interface CategoryAttributepublic void setSearchable(java.lang.Boolean searchable)
CategoryAttributesetSearchable in interface CategoryAttributesearchable - the new searchablepublic java.lang.String getName()
CategoryAttributegetName in interface CategoryAttributepublic void setName(java.lang.String name)
CategoryAttributesetName in interface CategoryAttributename - the new namepublic java.lang.String toString()
toString in class java.lang.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 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.