gui.run
Class FindBean

java.lang.Object
  extended by gui.run.FindBean
All Implemented Interfaces:
java.io.Serializable

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

Copyright DocJava, inc. User: lyon

Date: Apr 3, 2005

Time: 4:40:58 PM

See Also:
Serialized Form

Constructor Summary
FindBean()
           
 
Method Summary
 java.lang.String getFindString()
           
 boolean isInAddress()
           
 boolean isInInfo()
           
 boolean isInName()
           
 boolean isInPhone()
           
static FindBean restore()
          restores the properties from the preference in the user root.
 void save()
          saves the properties to the Preferences of the userRoot
 void setFindString(java.lang.String findString)
           
 void setInAddress(boolean inAddress)
           
 void setInInfo(boolean inInfo)
           
 void setInName(boolean inName)
           
 void setInPhone(boolean inPhone)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindBean

public FindBean()
Method Detail

getFindString

public java.lang.String getFindString()

setFindString

public void setFindString(java.lang.String findString)

isInName

public boolean isInName()

setInName

public void setInName(boolean inName)

isInAddress

public boolean isInAddress()

setInAddress

public void setInAddress(boolean inAddress)

isInInfo

public boolean isInInfo()

setInInfo

public void setInInfo(boolean inInfo)

isInPhone

public boolean isInPhone()

setInPhone

public void setInPhone(boolean inPhone)

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 FindBean restore()
restores the properties from the preference in the user root.