org.alfresco.service.cmr.attributes
Class AttrQueryGT

java.lang.Object
  extended by org.alfresco.service.cmr.attributes.AttrQuery
      extended by org.alfresco.service.cmr.attributes.AttrQueryGT
All Implemented Interfaces:
java.io.Serializable

public class AttrQueryGT
extends AttrQuery

Greater than query.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.service.cmr.attributes.AttrQuery
fValue
 
Constructor Summary
AttrQueryGT(java.lang.String name)
           
 
Method Summary
 java.lang.String getPredicate(AttrQueryHelper helper)
          Get the predicate that goes into a Hibernate query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttrQueryGT

public AttrQueryGT(java.lang.String name)
Parameters:
name -
Method Detail

getPredicate

public java.lang.String getPredicate(AttrQueryHelper helper)
Description copied from class: AttrQuery
Get the predicate that goes into a Hibernate query.

Specified by:
getPredicate in class AttrQuery
Returns:
The predicate.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.