it.eng.qbe.query
Class WhereClause

java.lang.Object
  extended by it.eng.qbe.query.WhereClause
All Implemented Interfaces:
IWhereClause, java.io.Serializable

public class WhereClause
extends java.lang.Object
implements IWhereClause

The Class WhereClause.

See Also:
Serialized Form

Constructor Summary
WhereClause()
          Instantiates a new where clause.
 
Method Summary
 void addWhereField(IWhereField whereField)
          Adds the where field.
 void delWhereField(java.lang.String fieldId)
          Del where field.
 IWhereClause getCopy()
          Gets the copy.
 java.util.List getWhereFields()
          Gets the where fields.
 void moveDown(java.lang.String fieldId)
          Move down.
 void moveUp(java.lang.String fieldId)
          Move up.
 void setWhereFields(java.util.List aList)
          Sets the where fields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhereClause

public WhereClause()
Instantiates a new where clause.

Method Detail

getCopy

public IWhereClause getCopy()
Description copied from interface: IWhereClause
Gets the copy.

Specified by:
getCopy in interface IWhereClause
Returns:
the copy

getWhereFields

public java.util.List getWhereFields()
Description copied from interface: IWhereClause
Gets the where fields.

Specified by:
getWhereFields in interface IWhereClause
Returns:
the where fields

setWhereFields

public void setWhereFields(java.util.List aList)
Description copied from interface: IWhereClause
Sets the where fields.

Specified by:
setWhereFields in interface IWhereClause
Parameters:
aList - the new where fields

addWhereField

public void addWhereField(IWhereField whereField)
Description copied from interface: IWhereClause
Adds the where field.

Specified by:
addWhereField in interface IWhereClause
Parameters:
whereField - the where field

delWhereField

public void delWhereField(java.lang.String fieldId)
Description copied from interface: IWhereClause
Del where field.

Specified by:
delWhereField in interface IWhereClause
Parameters:
fieldId - the field id

moveUp

public void moveUp(java.lang.String fieldId)
Description copied from interface: IWhereClause
Move up.

Specified by:
moveUp in interface IWhereClause
Parameters:
fieldId - the field id

moveDown

public void moveDown(java.lang.String fieldId)
Description copied from interface: IWhereClause
Move down.

Specified by:
moveDown in interface IWhereClause
Parameters:
fieldId - the field id