Permalink
Browse files

[#24] removing some public setters

  • Loading branch information...
1 parent f789e8d commit 441e137e21b58b0a7e4b8a616be8bb948b4b4bab @jnguyenx jnguyenx committed Dec 20, 2016
@@ -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

Please sign in to comment.