addbk.JAddressBook
Class PreferencesBean

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

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

Copyright DocJava, inc. User: lyon

Date: Apr 30, 2005

Time: 4:28:24 PM

See Also:
Serialized Form

Constructor Summary
PreferencesBean()
           
 
Method Summary
 java.lang.String getFileName()
           
static PreferencesBean restore()
          restores the properties from the preference in the user root.
 void save()
          saves the properties to the Preferences of the userRoot
 void setFileName(java.lang.String fileName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreferencesBean

public PreferencesBean()
Method Detail

save

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


toString

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

restore

public static PreferencesBean restore()
restores the properties from the preference in the user root.


getFileName

public java.lang.String getFileName()

setFileName

public void setFileName(java.lang.String fileName)