org.broadleafcommerce.core.search.domain
Class SearchSynonymImpl
java.lang.Object
org.broadleafcommerce.core.search.domain.SearchSynonymImpl
- All Implemented Interfaces:
- SearchSynonym
@Entity
public class SearchSynonymImpl
- extends Object
- implements SearchSynonym
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchSynonymImpl
public SearchSynonymImpl()
getId
public Long getId()
setId
public void setId(Long id)
getTerm
public String getTerm()
- Specified by:
getTerm in interface SearchSynonym
setTerm
public void setTerm(String term)
- Specified by:
setTerm in interface SearchSynonym
getSynonyms
public String[] getSynonyms()
- Specified by:
getSynonyms in interface SearchSynonym
setSynonyms
public void setSynonyms(String[] synonyms)
- Specified by:
setSynonyms in interface SearchSynonym
Copyright © 2012. All Rights Reserved.