org.alfresco.service.cmr.attributes
Class AttrQueryLTE

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

public class AttrQueryLTE
extends AttrQuery

Less than or equal query

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.service.cmr.attributes.AttrQuery
fValue
 
Constructor Summary
AttrQueryLTE(java.lang.String value)
           
 
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

AttrQueryLTE

public AttrQueryLTE(java.lang.String value)
Parameters:
value -
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.