com.softwareag.centrasite.appl.framework.persistence.search.impl
Class KeyPredicate

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.persistence.search.impl.DefaultPredicate
      extended by com.softwareag.centrasite.appl.framework.persistence.search.impl.KeyPredicate
All Implemented Interfaces:
Predicate

public class KeyPredicate
extends DefaultPredicate


Constructor Summary
KeyPredicate(Property property, Operation operation, java.lang.Object value)
          Creates and KeyPredicate instance Checks if the value Type is correct
 
Method Summary
 
Methods inherited from class com.softwareag.centrasite.appl.framework.persistence.search.impl.DefaultPredicate
getOperation, getProperty, getQueryString, getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPredicate

public KeyPredicate(Property property,
                    Operation operation,
                    java.lang.Object value)
Creates and KeyPredicate instance Checks if the value Type is correct

Parameters:
property -
operation -
value -