public class CaseConstraint extends BaseConstraint
Modifier and Type | Field and Description |
---|---|
protected boolean |
caseSensitive |
protected String |
operator |
protected String |
propertyName |
protected List<WhenConstraint> |
whenConstraint |
applyClientSide, labelKey
Constructor and Description |
---|
CaseConstraint() |
Modifier and Type | Method and Description |
---|---|
String |
getOperator() |
String |
getPropertyName() |
List<WhenConstraint> |
getWhenConstraint() |
boolean |
isCaseSensitive() |
void |
setCaseSensitive(boolean caseSensitive) |
void |
setOperator(String operator) |
void |
setPropertyName(String propertyName) |
void |
setWhenConstraint(List<WhenConstraint> whenConstraint) |
getApplyClientSide, getLabelKey, getValidationMessageParams, getValidationMessageParamsArray, setApplyClientSide, setLabelKey, setValidationMessageParams
protected List<WhenConstraint> whenConstraint
protected String propertyName
protected boolean caseSensitive
public CaseConstraint()
public List<WhenConstraint> getWhenConstraint()
public void setWhenConstraint(List<WhenConstraint> whenConstraint)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getOperator()
public void setOperator(String operator)
public boolean isCaseSensitive()
public void setCaseSensitive(boolean caseSensitive)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.