org.kuali.student.core.dictionary.dto
Class Constraint

java.lang.Object
  extended by org.kuali.student.core.dictionary.dto.BaseConstraint
      extended by org.kuali.student.core.dictionary.dto.Constraint
Direct Known Subclasses:
FieldDefinition

public class Constraint
extends BaseConstraint


Field Summary
protected  CaseConstraint caseConstraint
           
protected  String customValidatorClass
           
protected  String exclusiveMin
           
protected  String inclusiveMax
           
protected  String locale
           
protected  String lookupContextPath
           
protected  LookupConstraint lookupDefinition
           
protected  String maxLength
           
protected  String maxOccurs
           
protected  Integer minLength
           
protected  Integer minOccurs
           
protected  List<MustOccurConstraint> occursConstraint
           
protected  List<RequiredConstraint> requireConstraint
           
protected  boolean serverSide
           
static String SINGLE
           
static String UNBOUNDED
           
protected  ValidCharsConstraint validChars
           
 
Fields inherited from class org.kuali.student.core.dictionary.dto.BaseConstraint
labelKey
 
Constructor Summary
Constraint()
           
 
Method Summary
 CaseConstraint getCaseConstraint()
           
 String getCustomValidatorClass()
           
 String getExclusiveMin()
           
 String getInclusiveMax()
           
 String getLocale()
           
 String getLookupContextPath()
           
 LookupConstraint getLookupDefinition()
           
 String getMaxLength()
           
 String getMaxOccurs()
           
 Integer getMinLength()
           
 Integer getMinOccurs()
           
 List<MustOccurConstraint> getOccursConstraint()
           
 List<RequiredConstraint> getRequireConstraint()
           
 ValidCharsConstraint getValidChars()
           
 boolean isServerSide()
           
 void setCaseConstraint(CaseConstraint caseConstraint)
           
 void setCustomValidatorClass(String customValidatorClass)
           
 void setExclusiveMin(String exclusiveMin)
           
 void setInclusiveMax(String inclusiveMax)
           
 void setLocale(String locale)
           
 void setLookupContextPath(String lookupContextPath)
           
 void setLookupDefinition(LookupConstraint lookupDefinition)
           
 void setMaxLength(String maxLength)
           
 void setMaxOccurs(String maxOccurs)
           
 void setMinLength(Integer minLength)
           
 void setMinOccurs(Integer minOccurs)
           
 void setOccursConstraint(List<MustOccurConstraint> occursConstraint)
           
 void setRequireConstraint(List<RequiredConstraint> requireConstraint)
           
 void setServerSide(boolean serverSide)
           
 void setValidChars(ValidCharsConstraint validChars)
           
 
Methods inherited from class org.kuali.student.core.dictionary.dto.BaseConstraint
getLabelKey, setLabelKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNBOUNDED

public static final String UNBOUNDED
See Also:
Constant Field Values

SINGLE

public static final String SINGLE
See Also:
Constant Field Values

serverSide

protected boolean serverSide

customValidatorClass

protected String customValidatorClass

locale

protected String locale

exclusiveMin

protected String exclusiveMin

inclusiveMax

protected String inclusiveMax

minLength

protected Integer minLength

maxLength

protected String maxLength

validChars

protected ValidCharsConstraint validChars

minOccurs

protected Integer minOccurs

maxOccurs

protected String maxOccurs

caseConstraint

protected CaseConstraint caseConstraint

requireConstraint

protected List<RequiredConstraint> requireConstraint

occursConstraint

protected List<MustOccurConstraint> occursConstraint

lookupDefinition

protected LookupConstraint lookupDefinition

lookupContextPath

protected String lookupContextPath
Constructor Detail

Constraint

public Constraint()
Method Detail

isServerSide

public boolean isServerSide()

setServerSide

public void setServerSide(boolean serverSide)

getLocale

public String getLocale()

setLocale

public void setLocale(String locale)

getExclusiveMin

public String getExclusiveMin()

setExclusiveMin

public void setExclusiveMin(String exclusiveMin)

getInclusiveMax

public String getInclusiveMax()

setInclusiveMax

public void setInclusiveMax(String inclusiveMax)

getMinLength

public Integer getMinLength()

setMinLength

public void setMinLength(Integer minLength)

getMaxLength

public String getMaxLength()

setMaxLength

public void setMaxLength(String maxLength)

getValidChars

public ValidCharsConstraint getValidChars()

setValidChars

public void setValidChars(ValidCharsConstraint validChars)

getMinOccurs

public Integer getMinOccurs()

setMinOccurs

public void setMinOccurs(Integer minOccurs)

getMaxOccurs

public String getMaxOccurs()

setMaxOccurs

public void setMaxOccurs(String maxOccurs)

getRequireConstraint

public List<RequiredConstraint> getRequireConstraint()

setRequireConstraint

public void setRequireConstraint(List<RequiredConstraint> requireConstraint)

getCaseConstraint

public CaseConstraint getCaseConstraint()

setCaseConstraint

public void setCaseConstraint(CaseConstraint caseConstraint)

getOccursConstraint

public List<MustOccurConstraint> getOccursConstraint()

setOccursConstraint

public void setOccursConstraint(List<MustOccurConstraint> occursConstraint)

getLookupDefinition

public LookupConstraint getLookupDefinition()

setLookupDefinition

public void setLookupDefinition(LookupConstraint lookupDefinition)

getLookupContextPath

public String getLookupContextPath()

setLookupContextPath

public void setLookupContextPath(String lookupContextPath)

getCustomValidatorClass

public String getCustomValidatorClass()

setCustomValidatorClass

public void setCustomValidatorClass(String customValidatorClass)


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