org.kuali.student.common.dto
Class CriteriaInfo

java.lang.Object
  extended by org.kuali.student.common.dto.CriteriaInfo
All Implemented Interfaces:
Serializable, CriteriaInfc

public class CriteriaInfo
extends Object
implements CriteriaInfc, Serializable

Query to return some information regarding LUI to person relationships.

See Also:
Serialized Form

Field Summary
private  String fieldKey
           
private  String operator
           
private static long serialVersionUID
           
private  String value
           
 
Constructor Summary
CriteriaInfo()
           
 
Method Summary
 String getFieldKey()
          Name: Field Key

Dot path notation to identity the name of field to be compared

 String getOperator()
          Name: Operator

Operator to use to compare the field to the value, =, >, <, >=, <= TODO: Decide on other operators such as "like" or in range xxx-xxxx TODO: Deicde on operators to search collections inside such as any TODO: Decide how to search on dynamic attributes

 String getValue()
          Name: Criteria Value

Value to be compared

 void setFieldKey(String fieldKey)
           
 void setOperator(String operator)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

fieldKey

private String fieldKey

operator

private String operator

value

private String value
Constructor Detail

CriteriaInfo

public CriteriaInfo()
Method Detail

getFieldKey

public String getFieldKey()
Name: Field Key

Dot path notation to identity the name of field to be compared

Specified by:
getFieldKey in interface CriteriaInfc

setFieldKey

public void setFieldKey(String fieldKey)
Specified by:
setFieldKey in interface CriteriaInfc

getOperator

public String getOperator()
Description copied from interface: CriteriaInfc
Name: Operator

Operator to use to compare the field to the value, =, >, <, >=, <= TODO: Decide on other operators such as "like" or in range xxx-xxxx TODO: Deicde on operators to search collections inside such as any TODO: Decide how to search on dynamic attributes

Specified by:
getOperator in interface CriteriaInfc

setOperator

public void setOperator(String operator)
Specified by:
setOperator in interface CriteriaInfc

getValue

public String getValue()
Name: Criteria Value

Value to be compared

Specified by:
getValue in interface CriteriaInfc

setValue

public void setValue(String value)
Specified by:
setValue in interface CriteriaInfc


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.