|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r2.common.dto.ComparisonInfo
public class ComparisonInfo
Constructor Summary | |
---|---|
ComparisonInfo()
Constructs a new ComparisonInfo. |
|
ComparisonInfo(Comparison comparison)
Constructs a new ComparisonInfo from another Comparison. |
Method Summary | |
---|---|
String |
getFieldKey()
Dot path notation to identity the name of field to be compared. |
Boolean |
getIsIgnoreCase()
Check if should ignore case when doing the comparison Default is false. |
String |
getOperator()
Name: Operator Operator to use to compare the field to the value. |
List<String> |
getValues()
Values to be compared. |
void |
setFieldKey(String fieldKey)
|
void |
setIgnoreCase(Boolean ignoreCase)
|
void |
setOperator(String operator)
|
void |
setValues(List<String> values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComparisonInfo()
public ComparisonInfo(Comparison comparison)
comparison
- the comparison to copyMethod Detail |
---|
public String getFieldKey()
Comparison
getFieldKey
in interface Comparison
public void setFieldKey(String fieldKey)
public String getOperator()
Comparison
getOperator
in interface Comparison
public void setOperator(String operator)
public List<String> getValues()
Comparison
getValues
in interface Comparison
public void setValues(List<String> values)
public Boolean getIsIgnoreCase()
Comparison
getIsIgnoreCase
in interface Comparison
public void setIgnoreCase(Boolean ignoreCase)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |