org.broadleafcommerce.core.search.domain
Class SearchInterceptImpl

java.lang.Object
  extended by org.broadleafcommerce.core.search.domain.SearchInterceptImpl
All Implemented Interfaces:
SearchIntercept

@Entity
public class SearchInterceptImpl
extends Object
implements SearchIntercept


Field Summary
protected  Long id
           
 
Constructor Summary
SearchInterceptImpl()
           
 
Method Summary
 Long getId()
           
 String getRedirect()
           
 String getTerm()
           
 void setId(Long id)
           
 void setRedirect(String redirect)
           
 void setTerm(String term)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id
Constructor Detail

SearchInterceptImpl

public SearchInterceptImpl()
Method Detail

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.