addbk.JAddressBook.dataMining
Class PoiBean

java.lang.Object
  extended by addbk.JAddressBook.dataMining.PoiBean
All Implemented Interfaces:
java.io.Serializable

public class PoiBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PoiBean()
           
 
Method Summary
 java.lang.String getCity()
           
 int getDistance()
           
 int getFileFormatIndex()
           
 java.lang.String[] getFormatStrings()
           
 java.io.File getOutputFileName()
           
 java.lang.String getSearchString()
           
 java.lang.String getTwoLetterStateCode()
           
static PoiBean restore()
           
 void save()
          saves the properties to the Preferences of the userRoot
 void setCity(java.lang.String city)
           
 void setDistance(int distance)
           
 void setFileFormatIndex(int fileFormatIndex)
           
 void setFormatStrings(java.lang.String[] formatStrings)
           
 void setOutputFileName(java.io.File outputFileName)
           
 void setSearchString(java.lang.String searchString)
           
 void setTwoLetterStateCode(java.lang.String twoLetterStateCode)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PoiBean

public PoiBean()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

save

public void save()
saves the properties to the Preferences of the userRoot


restore

public static PoiBean restore()

getTwoLetterStateCode

public java.lang.String getTwoLetterStateCode()

setTwoLetterStateCode

public void setTwoLetterStateCode(java.lang.String twoLetterStateCode)

getCity

public java.lang.String getCity()

setCity

public void setCity(java.lang.String city)

getSearchString

public java.lang.String getSearchString()

setSearchString

public void setSearchString(java.lang.String searchString)

getDistance

public int getDistance()

setDistance

public void setDistance(int distance)

getOutputFileName

public java.io.File getOutputFileName()

setOutputFileName

public void setOutputFileName(java.io.File outputFileName)

getFormatStrings

public java.lang.String[] getFormatStrings()

setFormatStrings

public void setFormatStrings(java.lang.String[] formatStrings)

getFileFormatIndex

public int getFileFormatIndex()

setFileFormatIndex

public void setFileFormatIndex(int fileFormatIndex)