@Deprecated public class ConstraintSelector extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<CaseConstraint> |
caseConstraint
Deprecated.
|
protected String |
className
Deprecated.
|
protected String |
id
Deprecated.
|
protected String |
key
Deprecated.
|
protected String |
locale
Deprecated.
|
protected List<LookupConstraint> |
lookupConstraint
Deprecated.
|
protected String |
maxLength
Deprecated.
|
protected String |
maxOccurs
Deprecated.
|
protected String |
maxValue
Deprecated.
|
protected Integer |
minLength
Deprecated.
|
protected Integer |
minOccurs
Deprecated.
|
protected String |
minValue
Deprecated.
|
protected List<OccursConstraint> |
occursConstraint
Deprecated.
|
protected List<RequireConstraint> |
requireConstraint
Deprecated.
|
protected boolean |
serverSide
Deprecated.
|
protected TypeStateCaseConstraint |
typeStateCaseConstraint
Deprecated.
|
protected ValidCharsConstraint |
validChars
Deprecated.
|
Constructor and Description |
---|
ConstraintSelector()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<CaseConstraint> |
getCaseConstraint()
Deprecated.
|
String |
getClassName()
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getKey()
Deprecated.
|
String |
getLocale()
Deprecated.
|
List<LookupConstraint> |
getLookupConstraint()
Deprecated.
|
String |
getMaxLength()
Deprecated.
|
String |
getMaxOccurs()
Deprecated.
|
String |
getMaxValue()
Deprecated.
|
Integer |
getMinLength()
Deprecated.
|
Integer |
getMinOccurs()
Deprecated.
|
String |
getMinValue()
Deprecated.
|
List<OccursConstraint> |
getOccursConstraint()
Deprecated.
|
List<RequireConstraint> |
getRequireConstraint()
Deprecated.
|
TypeStateCaseConstraint |
getTypeStateCaseConstraint()
Deprecated.
|
ValidCharsConstraint |
getValidChars()
Deprecated.
|
boolean |
isServerSide()
Deprecated.
|
void |
setCaseConstraint(List<CaseConstraint> caseConstraint)
Deprecated.
|
void |
setClassName(String className)
Deprecated.
|
void |
setId(String id)
Deprecated.
|
void |
setKey(String key)
Deprecated.
|
void |
setLocale(String locale)
Deprecated.
|
void |
setLookupConstraint(List<LookupConstraint> lookupConstraint)
Deprecated.
|
void |
setMaxLength(String maxLength)
Deprecated.
|
void |
setMaxOccurs(String maxOccurs)
Deprecated.
|
void |
setMaxValue(String maxValue)
Deprecated.
|
void |
setMinLength(Integer minLength)
Deprecated.
|
void |
setMinOccurs(Integer minOccurs)
Deprecated.
|
void |
setMinValue(String minValue)
Deprecated.
|
void |
setOccursConstraint(List<OccursConstraint> occursConstraint)
Deprecated.
|
void |
setRequireConstraint(List<RequireConstraint> requireConstraint)
Deprecated.
|
void |
setServerSide(boolean serverSide)
Deprecated.
|
void |
setTypeStateCaseConstraint(TypeStateCaseConstraint typeStateCaseConstraint)
Deprecated.
|
void |
setValidChars(ValidCharsConstraint validChars)
Deprecated.
|
protected boolean serverSide
protected ValidCharsConstraint validChars
protected List<RequireConstraint> requireConstraint
protected List<CaseConstraint> caseConstraint
protected TypeStateCaseConstraint typeStateCaseConstraint
protected List<LookupConstraint> lookupConstraint
protected List<OccursConstraint> occursConstraint
public ConstraintSelector()
public String getMinValue()
public void setMinValue(String minValue)
minValue
- the minValue to setpublic String getMaxValue()
public void setMaxValue(String maxValue)
maxValue
- the maxValue to setpublic Integer getMinLength()
public void setMinLength(Integer minLength)
minLength
- the minLength to setpublic String getMaxLength()
public void setMaxLength(String maxLength)
maxLength
- the maxLength to setpublic Integer getMinOccurs()
public void setMinOccurs(Integer minOccurs)
minOccurs
- the minOccurs to setpublic String getMaxOccurs()
public void setMaxOccurs(String maxOccurs)
maxOccurs
- the maxOccurs to setpublic String getClassName()
public void setClassName(String className)
className
- the className to setpublic boolean isServerSide()
public void setServerSide(boolean serverSide)
serverSide
- the serverSide to setpublic ValidCharsConstraint getValidChars()
public void setValidChars(ValidCharsConstraint validChars)
validChars
- the validChars to setpublic List<RequireConstraint> getRequireConstraint()
public void setRequireConstraint(List<RequireConstraint> requireConstraint)
requireConstraint
- the requireConstraint to setpublic TypeStateCaseConstraint getTypeStateCaseConstraint()
public void setTypeStateCaseConstraint(TypeStateCaseConstraint typeStateCaseConstraint)
typeStateCaseConstraint
- the typeStateCaseConstraint to setpublic List<CaseConstraint> getCaseConstraint()
public void setCaseConstraint(List<CaseConstraint> caseConstraint)
caseConstraint
- the caseConstraint to setpublic List<LookupConstraint> getLookupConstraint()
public void setLookupConstraint(List<LookupConstraint> lookupConstraint)
lookupConstraint
- the lookupConstraint to setpublic List<OccursConstraint> getOccursConstraint()
public void setOccursConstraint(List<OccursConstraint> occursConstraint)
occursConstraint
- the occursConstraint to setCopyright © 2004–2014 The Kuali Foundation. All rights reserved.