org.kuali.student.common.dictionary.dto
Class LookupConstraint

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

public class LookupConstraint
extends CommonLookup

See Also:
Serialized Form

Field Summary
protected  ValidationResultInfo.ErrorLevel errorLevel
           
private static long serialVersionUID
           
 
Constructor Summary
LookupConstraint()
           
 
Method Summary
 ValidationResultInfo.ErrorLevel getErrorLevel()
           
 void setErrorLevel(ValidationResultInfo.ErrorLevel errorLevel)
           
 
Methods inherited from class org.kuali.student.common.dictionary.dto.CommonLookup
getDesc, getId, getName, getParams, getResultReturnKey, getSearchParamIdKey, getSearchTypeId, setDesc, setId, setName, setParams, setResultReturnKey, setSearchParamIdKey, setSearchTypeId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

errorLevel

protected ValidationResultInfo.ErrorLevel errorLevel
Constructor Detail

LookupConstraint

public LookupConstraint()
Method Detail

getErrorLevel

public ValidationResultInfo.ErrorLevel getErrorLevel()

setErrorLevel

public void setErrorLevel(ValidationResultInfo.ErrorLevel errorLevel)


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