org.exoplatform.services.wcm.search
Class QueryCriteria.QueryProperty

java.lang.Object
  extended by org.exoplatform.services.wcm.search.QueryCriteria.QueryProperty
Enclosing class:
QueryCriteria

public class QueryCriteria.QueryProperty
extends java.lang.Object

The Class QueryProperty.


Constructor Summary
QueryCriteria.QueryProperty()
           
 
Method Summary
 java.lang.String getName()
          Gets the name.
 java.lang.String getValue()
          Gets the value.
 void setName(java.lang.String name)
          Sets the name.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryCriteria.QueryProperty

public QueryCriteria.QueryProperty()
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getValue

public java.lang.String getValue()
Gets the value.

Returns:
the value

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - the new value


Copyright © 2012 eXo Platform SAS. All Rights Reserved.