Subversion Repositories SmartDukaan

Rev

Rev 31570 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31570 Rev 31571
Line 98... Line 98...
98
 
98
 
99
	public int getRank() {
99
	public int getRank() {
100
		return rank;
100
		return rank;
101
	}
101
	}
102
 
102
 
-
 
103
	public String getSolrQuery() {
-
 
104
		return solrQuery;
-
 
105
	}
-
 
106
 
-
 
107
	public void setSolrQuery(String solrQuery) {
-
 
108
		this.solrQuery = solrQuery;
-
 
109
	}
-
 
110
 
103
	public void setRank(int rank) {
111
	public void setRank(int rank) {
104
		this.rank = rank;
112
		this.rank = rank;
105
	}
113
	}
106
 
114
 
107
	public boolean isActive() {
115
	public boolean isActive() {