it.eng.qbe.wizard
Class OrderByClauseSourceBeanImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderByClauseSourceBeanImpl
public OrderByClauseSourceBeanImpl()
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