|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gisgraphy.domain.valueobject.GeolocResultsDto
public class GeolocResultsDto
DTO (data transfer object) for a list of GisFeatureDistance
The node
name is Constants.GEOLOCRESULTSDTO_JAXB_NAME
Constructor Summary | |
---|---|
GeolocResultsDto()
Default Constructor |
|
GeolocResultsDto(java.util.List<GisFeatureDistance> result,
java.lang.Long QTime)
|
Method Summary | |
---|---|
int |
getNumFound()
|
java.lang.Long |
getQTime()
|
java.util.List<GisFeatureDistance> |
getResult()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeolocResultsDto(java.util.List<GisFeatureDistance> result, java.lang.Long QTime)
result
- The GisFeatureDistance
's CollectionQTime
- The execution timepublic GeolocResultsDto()
Method Detail |
---|
public java.util.List<GisFeatureDistance> getResult()
GisFeatureDistance
public int getNumFound()
public java.lang.Long getQTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |