org.inigma.utopia.parser
Class SurveyParserData

java.lang.Object
  extended by org.inigma.utopia.parser.SurveyParserData

public class SurveyParserData
extends java.lang.Object


Constructor Summary
SurveyParserData()
           
 
Method Summary
 Coordinate getCoordinate()
           
 java.lang.String getProvinceName()
           
 Survey getSurvey()
           
 void setCoordinate(Coordinate coordinate)
           
 void setProvinceName(java.lang.String provinceName)
           
 void setSurvey(Survey survey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurveyParserData

public SurveyParserData()
Method Detail

getCoordinate

public Coordinate getCoordinate()

getProvinceName

public java.lang.String getProvinceName()

getSurvey

public Survey getSurvey()

setCoordinate

public void setCoordinate(Coordinate coordinate)

setProvinceName

public void setProvinceName(java.lang.String provinceName)

setSurvey

public void setSurvey(Survey survey)


Copyright © 2008. All Rights Reserved.