it.eng.qbe.wizard
Class OrderByClauseSourceBeanImpl

java.lang.Object
  extended by it.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

Field Summary
private  java.util.List orderByFields
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderByFields

private java.util.List orderByFields
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