org.ow2.orchestra.facade.criteria
Class FilterField<T>

java.lang.Object
  extended by org.ow2.orchestra.facade.criteria.Field<T>
      extended by org.ow2.orchestra.facade.criteria.FilterField<T>
All Implemented Interfaces:
Serializable

public class FilterField<T>
extends Field<T>

This class defines a field that can be filtered within an Restriction.

Author:
Loic Albertin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.orchestra.facade.criteria.Field
storedSqlId
 
Constructor Summary
protected FilterField()
           
  FilterField(String storedSqlId)
           
 
Method Summary
 
Methods inherited from class org.ow2.orchestra.facade.criteria.Field
equals, getStoredSqlId, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterField

protected FilterField()

FilterField

public FilterField(String storedSqlId)


Copyright © 2011 OW2 Consortium. All Rights Reserved.