org.ow2.orchestra.facade.criteria
Class Field<T>
java.lang.Object
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()
|
Field
public Field()
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.