public abstract class SearchTerm
extends java.lang.Object
implements java.io.Serializable
Base class for Terms in a parse tree used to represent a search condition.
This class is Serializable to allow for the short term persistence of
searches between Sessions; this is not intended for long-term persistence.