org.sakaiproject.search.tool.model
Interface SearchTerm


public interface SearchTerm

Model for the search terms on the page

Author:
ieb

Method Summary
 String getName()
          The name of the search term
 String getUrl()
          The URL that will search on the term
 String getWeight()
          the relative weight of the search term 1 - 100
 

Method Detail

getWeight

String getWeight()
the relative weight of the search term 1 - 100

Returns:

getUrl

String getUrl()
The URL that will search on the term

Returns:

getName

String getName()
The name of the search term

Returns:


Copyright © 2003-2012 Sakai Project. All Rights Reserved.