addbk.JAddressBook.dataMining
Class YellowPagesBean

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

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

See Also:
Serialized Form

Constructor Summary
YellowPagesBean()
           
 
Method Summary
 java.lang.String[] getCategories()
           
 java.lang.String getCategory()
           
 java.lang.String getTwoLetterStateCode()
           
static void main(java.lang.String[] args)
           
static void recomputeCategories()
           
static YellowPagesBean restore()
           
 void save()
          saves the properties to the Preferences of the userRoot
 void setCategories(java.lang.String[] categories)
           
 void setCategory(java.lang.String category)
           
 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

YellowPagesBean

public YellowPagesBean()
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 YellowPagesBean restore()

getTwoLetterStateCode

public java.lang.String getTwoLetterStateCode()

setTwoLetterStateCode

public void setTwoLetterStateCode(java.lang.String twoLetterStateCode)

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String category)

getCategories

public java.lang.String[] getCategories()

setCategories

public void setCategories(java.lang.String[] categories)

main

public static void main(java.lang.String[] args)

recomputeCategories

public static void recomputeCategories()