ru.biosoft.access.search
Class FilteringSettings

java.lang.Object
  extended byru.biosoft.access.search.FilteringSettings

public class FilteringSettings
extends java.lang.Object


Constructor Summary
FilteringSettings()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
           
 java.lang.String getCollectionName()
           
 Filter getFilter()
           
 java.lang.Class getType()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener l)
           
 void setCollectionName(java.lang.String collectionName)
           
 void setFilter(Filter filter)
           
 void setType(java.lang.Class nodeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteringSettings

public FilteringSettings()
Method Detail

setCollectionName

public void setCollectionName(java.lang.String collectionName)

getCollectionName

public java.lang.String getCollectionName()

setType

public void setType(java.lang.Class nodeType)

getType

public java.lang.Class getType()

setFilter

public void setFilter(Filter filter)

getFilter

public Filter getFilter()

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener l)

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener l)


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.