org.kuali.student.common.dictionary.old.dto
Class ConstraintSelector

java.lang.Object
  extended by org.kuali.student.common.dictionary.old.dto.ConstraintSelector
All Implemented Interfaces:
Serializable

public class ConstraintSelector
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List<CaseConstraint> caseConstraint
           
protected  String className
           
protected  String id
           
protected  String key
           
protected  String locale
           
protected  List<LookupConstraint> lookupConstraint
           
protected  String maxLength
           
protected  String maxOccurs
           
protected  String maxValue
           
protected  Integer minLength
           
protected  Integer minOccurs
           
protected  String minValue
           
protected  List<OccursConstraint> occursConstraint
           
protected  List<RequireConstraint> requireConstraint
           
protected  boolean serverSide
           
protected  TypeStateCaseConstraint typeStateCaseConstraint
           
protected  ValidCharsConstraint validChars
           
 
Constructor Summary
ConstraintSelector()
           
 
Method Summary
 List<CaseConstraint> getCaseConstraint()
           
 String getClassName()
           
 String getId()
           
 String getKey()
           
 String getLocale()
           
 List<LookupConstraint> getLookupConstraint()
           
 String getMaxLength()
           
 String getMaxOccurs()
           
 String getMaxValue()
           
 Integer getMinLength()
           
 Integer getMinOccurs()
           
 String getMinValue()
           
 List<OccursConstraint> getOccursConstraint()
           
 List<RequireConstraint> getRequireConstraint()
           
 TypeStateCaseConstraint getTypeStateCaseConstraint()
           
 ValidCharsConstraint getValidChars()
           
 boolean isServerSide()
           
 void setCaseConstraint(List<CaseConstraint> caseConstraint)
           
 void setClassName(String className)
           
 void setId(String id)
           
 void setKey(String key)
           
 void setLocale(String locale)
           
 void setLookupConstraint(List<LookupConstraint> lookupConstraint)
           
 void setMaxLength(String maxLength)
           
 void setMaxOccurs(String maxOccurs)
           
 void setMaxValue(String maxValue)
           
 void setMinLength(Integer minLength)
           
 void setMinOccurs(Integer minOccurs)
           
 void setMinValue(String minValue)
           
 void setOccursConstraint(List<OccursConstraint> occursConstraint)
           
 void setRequireConstraint(List<RequireConstraint> requireConstraint)
           
 void setServerSide(boolean serverSide)
           
 void setTypeStateCaseConstraint(TypeStateCaseConstraint typeStateCaseConstraint)
           
 void setValidChars(ValidCharsConstraint validChars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

protected String className

key

protected String key

id

protected String id

serverSide

protected boolean serverSide

locale

protected String locale

minValue

protected String minValue

maxValue

protected String maxValue

minLength

protected Integer minLength

maxLength

protected String maxLength

validChars

protected ValidCharsConstraint validChars

minOccurs

protected Integer minOccurs

maxOccurs

protected String maxOccurs

requireConstraint

protected List<RequireConstraint> requireConstraint

caseConstraint

protected List<CaseConstraint> caseConstraint

typeStateCaseConstraint

protected TypeStateCaseConstraint typeStateCaseConstraint

lookupConstraint

protected List<LookupConstraint> lookupConstraint

occursConstraint

protected List<OccursConstraint> occursConstraint
Constructor Detail

ConstraintSelector

public ConstraintSelector()
Method Detail

getMinValue

public String getMinValue()
Returns:
the minValue

setMinValue

public void setMinValue(String minValue)
Parameters:
minValue - the minValue to set

getMaxValue

public String getMaxValue()
Returns:
the maxValue

setMaxValue

public void setMaxValue(String maxValue)
Parameters:
maxValue - the maxValue to set

getMinLength

public Integer getMinLength()
Returns:
the minLength

setMinLength

public void setMinLength(Integer minLength)
Parameters:
minLength - the minLength to set

getMaxLength

public String getMaxLength()
Returns:
the maxLength

setMaxLength

public void setMaxLength(String maxLength)
Parameters:
maxLength - the maxLength to set

getMinOccurs

public Integer getMinOccurs()
Returns:
the minOccurs

setMinOccurs

public void setMinOccurs(Integer minOccurs)
Parameters:
minOccurs - the minOccurs to set

getMaxOccurs

public String getMaxOccurs()
Returns:
the maxOccurs

setMaxOccurs

public void setMaxOccurs(String maxOccurs)
Parameters:
maxOccurs - the maxOccurs to set

getClassName

public String getClassName()
Returns:
the className

setClassName

public void setClassName(String className)
Parameters:
className - the className to set

getKey

public String getKey()
Returns:
the key

setKey

public void setKey(String key)
Parameters:
key - the key to set

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

isServerSide

public boolean isServerSide()
Returns:
the serverSide

setServerSide

public void setServerSide(boolean serverSide)
Parameters:
serverSide - the serverSide to set

getLocale

public String getLocale()
Returns:
the locale

setLocale

public void setLocale(String locale)
Parameters:
locale - the locale to set

getValidChars

public ValidCharsConstraint getValidChars()
Returns:
the validChars

setValidChars

public void setValidChars(ValidCharsConstraint validChars)
Parameters:
validChars - the validChars to set

getRequireConstraint

public List<RequireConstraint> getRequireConstraint()
Returns:
the requireConstraint

setRequireConstraint

public void setRequireConstraint(List<RequireConstraint> requireConstraint)
Parameters:
requireConstraint - the requireConstraint to set

getTypeStateCaseConstraint

public TypeStateCaseConstraint getTypeStateCaseConstraint()
Returns:
the typeStateCaseConstraint

setTypeStateCaseConstraint

public void setTypeStateCaseConstraint(TypeStateCaseConstraint typeStateCaseConstraint)
Parameters:
typeStateCaseConstraint - the typeStateCaseConstraint to set

getCaseConstraint

public List<CaseConstraint> getCaseConstraint()
Returns:
the caseConstraint

setCaseConstraint

public void setCaseConstraint(List<CaseConstraint> caseConstraint)
Parameters:
caseConstraint - the caseConstraint to set

getLookupConstraint

public List<LookupConstraint> getLookupConstraint()
Returns:
the lookupConstraint

setLookupConstraint

public void setLookupConstraint(List<LookupConstraint> lookupConstraint)
Parameters:
lookupConstraint - the lookupConstraint to set

getOccursConstraint

public List<OccursConstraint> getOccursConstraint()
Returns:
the occursConstraint

setOccursConstraint

public void setOccursConstraint(List<OccursConstraint> occursConstraint)
Parameters:
occursConstraint - the occursConstraint to set


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.