|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.search.domain.FieldImpl
@Entity public class FieldImpl
| Field Summary | |
|---|---|
protected String |
abbreviation
|
protected String |
entityType
|
protected String |
facetFieldType
|
protected Long |
id
|
protected String |
propertyName
|
protected Boolean |
searchable
|
protected List<String> |
searchableFieldTypes
|
| Constructor Summary | |
|---|---|
FieldImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAbbreviation()
Gets the abbreviation of this Field. |
FieldEntity |
getEntityType()
Gets the entityType of this Field |
FieldType |
getFacetFieldType()
Gets the facet field type. |
Long |
getId()
Gets the id |
String |
getPropertyName()
Gets the propertyName of this Field. |
String |
getQualifiedFieldName()
Returns the qualified name of this Field. |
Boolean |
getSearchable()
Gets the searchable flag |
List<FieldType> |
getSearchableFieldTypes()
Gets the dynamic searchable field types. |
List<SearchConfig> |
getSearchConfigs()
Gets the searchConfigs. |
void |
setAbbreviation(String abbreviation)
Sets the abbreviation |
void |
setEntityType(FieldEntity entityType)
Sets the entityType |
void |
setFacetFieldType(FieldType facetFieldType)
Sets the facet field type |
void |
setId(Long id)
Sets the id |
void |
setPropertyName(String propertyName)
Sets the propertyName |
void |
setSearchable(Boolean searchable)
Sets the searchable flag |
void |
setSearchableFieldTypes(List<FieldType> searchableFieldTypes)
Sets the searchableFieldTypes |
void |
setSearchConfigs(List<SearchConfig> searchConfigs)
Sets the searchConfigs. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected String entityType
protected String propertyName
protected String abbreviation
protected Boolean searchable
protected String facetFieldType
protected List<String> searchableFieldTypes
| Constructor Detail |
|---|
public FieldImpl()
| Method Detail |
|---|
public String getQualifiedFieldName()
Field
getQualifiedFieldName in interface Fieldpublic Long getId()
Field
getId in interface Fieldpublic void setId(Long id)
Field
setId in interface Fieldpublic FieldEntity getEntityType()
Field
getEntityType in interface Fieldpublic void setEntityType(FieldEntity entityType)
Field
setEntityType in interface Fieldpublic String getPropertyName()
Field
getPropertyName in interface Fieldpublic void setPropertyName(String propertyName)
Field
setPropertyName in interface Fieldpublic String getAbbreviation()
Field
getAbbreviation in interface Fieldpublic void setAbbreviation(String abbreviation)
Field
setAbbreviation in interface Fieldpublic Boolean getSearchable()
Field
getSearchable in interface Fieldpublic void setSearchable(Boolean searchable)
Field
setSearchable in interface Fieldpublic FieldType getFacetFieldType()
Field
getFacetFieldType in interface FieldField.getSearchableFieldTypes()public void setFacetFieldType(FieldType facetFieldType)
Field
setFacetFieldType in interface Fieldpublic List<FieldType> getSearchableFieldTypes()
Field
getSearchableFieldTypes in interface Fieldpublic void setSearchableFieldTypes(List<FieldType> searchableFieldTypes)
Field
setSearchableFieldTypes in interface FieldField.getSearchableFieldTypes()public List<SearchConfig> getSearchConfigs()
Field
getSearchConfigs in interface Fieldpublic void setSearchConfigs(List<SearchConfig> searchConfigs)
Field
setSearchConfigs in interface Fieldpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||