it.eng.qbe.query
Class GroupByField

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

public class GroupByField
extends Field
implements IGroupByField

The Class GroupByField.

See Also:
Serialized Form

Constructor Summary
GroupByField()
          Instantiates a new group by field.
 
Method Summary
 IGroupByField getCopy()
          Gets the copy.
 
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

GroupByField

public GroupByField()
Instantiates a new group by field.

Method Detail

getCopy

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

Specified by:
getCopy in interface IGroupByField
Returns:
the copy