public class ZoekResultaat extends Object implements Comparable
| Constructor and Description |
|---|
ZoekResultaat() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o)
Compares o with this zoekresultaat
|
boolean |
equals(Object o) |
List<ZoekResultaatAttribuut> |
getAttributen() |
ZoekResultaatAttribuut |
getAttribuutByName(String name) |
Integer |
getCount() |
ArrayList |
getExtraAttribuutWaarden() |
String |
getId() |
String |
getLabel() |
Double |
getMaxx() |
Double |
getMaxy() |
Double |
getMeasure() |
Double |
getMinx() |
Double |
getMiny() |
Integer |
getZoekConfigId() |
ZoekConfiguratie |
getZoekConfiguratie() |
int |
hashCode() |
void |
setAttributen(List attributen) |
void |
setCount(Integer count) |
void |
setMaxx(Double maxx) |
void |
setMaxy(Double maxy) |
void |
setMinx(Double minx) |
void |
setMiny(Double miny) |
void |
setZoekConfiguratie(ZoekConfiguratie zoekConfiguratie) |
public Double getMaxx()
public void setMaxx(Double maxx)
maxX - the maxX to setpublic Double getMaxy()
public void setMaxy(Double maxy)
maxY - the maxY to setpublic Double getMinx()
public void setMinx(Double minx)
minX - the minX to setpublic Double getMiny()
public void setMiny(Double miny)
minY - the minY to setpublic Integer getZoekConfigId()
public List<ZoekResultaatAttribuut> getAttributen()
public void setAttributen(List attributen)
attributen - the attributen to setpublic String getId()
public ArrayList getExtraAttribuutWaarden()
public String getLabel()
public Double getMeasure()
public int compareTo(Object o)
compareTo in interface Comparableo - see compare interfacepublic ZoekConfiguratie getZoekConfiguratie()
public void setZoekConfiguratie(ZoekConfiguratie zoekConfiguratie)
public ZoekResultaatAttribuut getAttribuutByName(String name)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2016. All rights reserved.