Permalink
Browse files
[#24] removing some public setters
- Loading branch information...
|
|
@@ -19,11 +19,6 @@ |
|
|
* @return id of the matched individual
|
|
|
*/
|
|
|
public String getMatchId();
|
|
|
-
|
|
|
- /**
|
|
|
- * @param matchId The matchId to set
|
|
|
- */
|
|
|
- public void setMatchId(String matchId);
|
|
|
|
|
|
/**
|
|
|
* @return label of the matched individual
|
|
|
|
|
|
@@ -19,19 +19,9 @@ |
|
|
public ProfileQuery getQuery();
|
|
|
|
|
|
/**
|
|
|
- * @param profileQuery a profile query
|
|
|
- */
|
|
|
- public void setQuery(ProfileQuery query);
|
|
|
-
|
|
|
- /**
|
|
|
* @return all matches
|
|
|
*/
|
|
|
public List<Match> getMatches();
|
|
|
-
|
|
|
- /**
|
|
|
- * @param matches List of matches
|
|
|
- */
|
|
|
- public void setMatches(List<Match> matches);
|
|
|
|
|
|
/**
|
|
|
* @return all matches with rank
|
|
|
|
|
|
@@ -23,12 +23,6 @@ |
|
|
public Set<String> getQueryClassIds();
|
|
|
|
|
|
/**
|
|
|
- * @param classIds classIds to set
|
|
|
- */
|
|
|
- public void setQueryClassIds(Set<String> classIds);
|
|
|
-
|
|
|
-
|
|
|
- /**
|
|
|
* @return query filter
|
|
|
*/
|
|
|
public Filter getFilter();
|
|
|
|
0 comments on commit
441e137