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 class Field<T>
extends Object
implements Serializable

Author:
Loic Albertin
See Also:
Serialized Form

Field Summary
protected  String storedSqlId
           
 
Constructor Summary
protected Field()
           
  Field(String storedSqlId)
           
 
Method Summary
 boolean equals(Object o)
           
 String getStoredSqlId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storedSqlId

protected String storedSqlId
Constructor Detail

Field

protected Field()

Field

public Field(String storedSqlId)
Method Detail

getStoredSqlId

public String getStoredSqlId()

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.