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

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

public abstract class Field<T>
extends Object
implements Serializable

Author:
Loic Albertin
See Also:
Serialized Form

Constructor Summary
Field()
           
 
Method Summary
 boolean equals(Object o)
           
abstract  String getStoredSqlId()
          For database queries this method returns a String that uniquely identifies the stored SQL query.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field()
Method Detail

getStoredSqlId

public abstract String getStoredSqlId()
For database queries this method returns a String that uniquely identifies the stored SQL query.

Returns:
The stored SQL query ID.

equals

public final boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public final int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 OW2 Consortium. All Rights Reserved.