futils.filters
Class DateFilterBean

java.lang.Object
  extended by futils.filters.DateFilterBean
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Method Summary
 java.util.Date getDate()
           
 java.io.FileFilter getFileFilter()
           
 java.lang.String getSuffix()
           
 boolean isDated()
           
 boolean isDirectory()
           
 boolean isFile()
           
static DateFilterBean restore()
          restores the properties from the preference in the user root.
 void save()
          saves the properties to the Preferences of the userRoot
 void setDate(java.util.Date date)
           
 void setDated(boolean dated)
           
 void setDirectory(boolean directory)
           
 void setFile(boolean file)
           
 void setSuffix(java.lang.String suffix)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

setSuffix

public void setSuffix(java.lang.String suffix)

getSuffix

public java.lang.String getSuffix()

toString

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

getFileFilter

public java.io.FileFilter getFileFilter()

isDirectory

public boolean isDirectory()

setDirectory

public void setDirectory(boolean directory)

isFile

public boolean isFile()

setFile

public void setFile(boolean file)

getDate

public java.util.Date getDate()

setDate

public void setDate(java.util.Date date)

save

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


restore

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


isDated

public boolean isDated()

setDated

public void setDated(boolean dated)