Revision 3d475852
Added by Andreas Müller almost 5 years ago
cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/dto/occurrencecatalogue/OccurrenceSearch.java | ||
---|---|---|
402 | 402 |
/** |
403 | 403 |
* @return the unitCount |
404 | 404 |
*/ |
405 |
public Object getUnitCount() {
|
|
405 |
public String getUnitCount() {
|
|
406 | 406 |
return unitCount; |
407 | 407 |
} |
408 | 408 |
|
409 | 409 |
/** |
410 | 410 |
* @param unitCount the unitCount to set |
411 | 411 |
*/ |
412 |
public void setUnitCount(Integer unitCount) {
|
|
412 |
public void setUnitCount(String unitCount) {
|
|
413 | 413 |
this.unitCount = unitCount; |
414 | 414 |
} |
415 | 415 |
|
Also available in: Unified diff
ref #6720 fix integer to string in occurrence search