it.eng.qbe.query
Class OrderByField

java.lang.Object
  extended by it.eng.qbe.query.Field
      extended by it.eng.qbe.query.OrderByField
All Implemented Interfaces:
IField, IOrderByField, java.io.Serializable

public class OrderByField
extends Field
implements IOrderByField

The Class OrderByField.

See Also:
Serialized Form

Constructor Summary
OrderByField()
          Instantiates a new order by field.
 
Method Summary
 IOrderByField getCopy()
          Gets the copy.
 boolean isAscendingOrder()
          Checks if is ascending order.
 void setAscendingOrder(boolean ascendingOrder)
          Sets the ascending order.
 
Methods inherited from class it.eng.qbe.query.Field
getFieldName, getId, getPrecision, getScale, getType, setFieldName, setId, setPrecision, setScale, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.qbe.query.IField
getFieldName, getId, getPrecision, getScale, getType, setFieldName, setId, setPrecision, setScale, setType
 

Constructor Detail

OrderByField

public OrderByField()
Instantiates a new order by field.

Method Detail

isAscendingOrder

public boolean isAscendingOrder()
Description copied from interface: IOrderByField
Checks if is ascending order.

Specified by:
isAscendingOrder in interface IOrderByField
Returns:
true, if is ascending order

setAscendingOrder

public void setAscendingOrder(boolean ascendingOrder)
Description copied from interface: IOrderByField
Sets the ascending order.

Specified by:
setAscendingOrder in interface IOrderByField
Parameters:
ascendingOrder - the new ascending order

getCopy

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

Specified by:
getCopy in interface IOrderByField
Returns:
the copy