it.eng.qbe.wizard
Class GroupByClauseSourceBeanImpl
java.lang.Object
it.eng.qbe.wizard.GroupByClauseSourceBeanImpl
- All Implemented Interfaces:
- IGroupByClause, java.io.Serializable
- public class GroupByClauseSourceBeanImpl
- extends java.lang.Object
- implements IGroupByClause
- 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 |
groupByFields
public java.util.List groupByFields
GroupByClauseSourceBeanImpl
public GroupByClauseSourceBeanImpl()
getGroupByFields
public java.util.List getGroupByFields()
- Specified by:
getGroupByFields
in interface IGroupByClause
setGroupByFields
public void setGroupByFields(java.util.List aList)
- Specified by:
setGroupByFields
in interface IGroupByClause
addGroupByField
public void addGroupByField(IOrderGroupByField aOrderGroupByField)
- Specified by:
addGroupByField
in interface IGroupByClause
delGroupByField
public void delGroupByField(IOrderGroupByField aOrderGroupByField)
- Specified by:
delGroupByField
in interface IGroupByClause
moveUp
public void moveUp(IOrderGroupByField aOrderGroupByField)
- Specified by:
moveUp
in interface IGroupByClause
moveDown
public void moveDown(IOrderGroupByField aOrderGroupByField)
- Specified by:
moveDown
in interface IGroupByClause