org.broadleafcommerce.core.search.domain
Class SearchInterceptImpl
java.lang.Object
org.broadleafcommerce.core.search.domain.SearchInterceptImpl
- All Implemented Interfaces:
- SearchIntercept
@Entity
public class SearchInterceptImpl
- extends Object
- implements SearchIntercept
|
Field Summary |
protected Long |
id
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
SearchInterceptImpl
public SearchInterceptImpl()
getTerm
public String getTerm()
- Specified by:
getTerm in interface SearchIntercept
setTerm
public void setTerm(String term)
- Specified by:
setTerm in interface SearchIntercept
getRedirect
public String getRedirect()
- Specified by:
getRedirect in interface SearchIntercept
setRedirect
public void setRedirect(String redirect)
- Specified by:
setRedirect in interface SearchIntercept
getId
public Long getId()
setId
public void setId(Long id)
Copyright © 2012. All Rights Reserved.