it.eng.qbe.wizard
Class WhereClauseSourceBeanImpl

java.lang.Object
  extended byit.eng.qbe.wizard.WhereClauseSourceBeanImpl
All Implemented Interfaces:
IWhereClause, java.io.Serializable

public class WhereClauseSourceBeanImpl
extends java.lang.Object
implements IWhereClause

Author:
Zoppello TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Constructor Summary
WhereClauseSourceBeanImpl()
           
 
Method Summary
 void addWhereField(IWhereField whereField)
           
 void delWhereField(IWhereField whereField)
           
 java.util.List getWhereFields()
           
 void moveDown(IWhereField whereField)
           
 void moveUp(IWhereField whereField)
           
 void setWhereFields(java.util.List aList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhereClauseSourceBeanImpl

public WhereClauseSourceBeanImpl()
Method Detail

getWhereFields

public java.util.List getWhereFields()
Specified by:
getWhereFields in interface IWhereClause

setWhereFields

public void setWhereFields(java.util.List aList)
Specified by:
setWhereFields in interface IWhereClause

addWhereField

public void addWhereField(IWhereField whereField)
Specified by:
addWhereField in interface IWhereClause

delWhereField

public void delWhereField(IWhereField whereField)
Specified by:
delWhereField in interface IWhereClause

moveUp

public void moveUp(IWhereField whereField)
Specified by:
moveUp in interface IWhereClause

moveDown

public void moveDown(IWhereField whereField)
Specified by:
moveDown in interface IWhereClause