it.eng.qbe.wizard
Class OrderByClauseSourceBeanImpl

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

public class OrderByClauseSourceBeanImpl
extends java.lang.Object
implements IOrderByClause

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
OrderByClauseSourceBeanImpl()
           
 
Method Summary
 void addOrderByField(IOrderGroupByField aOrderGroupByField)
           
 void delOrderByField(IOrderGroupByField aOrderGroupByField)
           
 java.util.List getOrderByFields()
           
 void moveDown(IOrderGroupByField aOrderGroupByField)
           
 void moveUp(IOrderGroupByField aOrderGroupByField)
           
 void setOrderByFields(java.util.List aList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderByClauseSourceBeanImpl

public OrderByClauseSourceBeanImpl()
Method Detail

getOrderByFields

public java.util.List getOrderByFields()
Specified by:
getOrderByFields in interface IOrderByClause

setOrderByFields

public void setOrderByFields(java.util.List aList)
Specified by:
setOrderByFields in interface IOrderByClause

addOrderByField

public void addOrderByField(IOrderGroupByField aOrderGroupByField)
Specified by:
addOrderByField in interface IOrderByClause

delOrderByField

public void delOrderByField(IOrderGroupByField aOrderGroupByField)
Specified by:
delOrderByField in interface IOrderByClause

moveUp

public void moveUp(IOrderGroupByField aOrderGroupByField)
Specified by:
moveUp in interface IOrderByClause

moveDown

public void moveDown(IOrderGroupByField aOrderGroupByField)
Specified by:
moveDown in interface IOrderByClause