|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.student.contract.model.Constraint
public class Constraint
This models a constraint either an in-line one or one defined as part of the bank of constraints. Note: Cross-object Constraints are not modeled here.
Field Summary | |
---|---|
private String |
className
|
private String |
comments
|
private String |
desc
|
private String |
id
|
private boolean |
inline
|
private String |
key
|
private String |
lookup
|
protected String |
lookupContext
|
private String |
maxLength
|
private String |
maxOccurs
|
private String |
maxValue
|
private String |
messageId
|
private String |
minLength
|
protected String |
minOccurs
|
private String |
minValue
|
static String |
NINE_NINES
|
private String |
serverSide
|
static String |
UNBOUNDED
|
private String |
validChars
|
Constructor Summary | |
---|---|
Constraint()
|
Method Summary | |
---|---|
String |
getClassName()
Get the value of className |
String |
getComments()
Get the value of comments |
String |
getDesc()
Get the value of desc |
String |
getId()
Get the value of id |
String |
getKey()
Get the value of key |
String |
getLookup()
Get the value of lookup |
String |
getLookupContext()
Get the value of lookupContext |
String |
getMaxLength()
Get the value of maxLength |
String |
getMaxOccurs()
Get the value of maxOccurs |
String |
getMaxValue()
Get the value of maxValue |
String |
getMessageId()
|
String |
getMinLength()
Get the value of minLength |
String |
getMinOccurs()
Get the value of minOccurs |
String |
getMinValue()
Get the value of minValue |
String |
getServerSide()
Get the value of serverSide |
String |
getValidChars()
Get the value of validChars |
boolean |
isInline()
|
void |
setClassName(String className)
Set the value of className |
void |
setComments(String comments)
Set the value of comments |
void |
setDesc(String desc)
Set the value of desc |
void |
setId(String id)
Set the value of id |
void |
setInline(boolean inline)
|
void |
setKey(String key)
Set the value of key |
void |
setLookup(String lookup)
Set the value of lookup |
void |
setLookupContext(String lookupContext)
Set the value of lookupContext |
void |
setMaxLength(String maxLength)
Set the value of maxLength |
void |
setMaxOccurs(String maxOccurs)
Set the value of maxOccurs |
void |
setMaxValue(String maxValue)
Set the value of maxValue |
void |
setMessageId(String messageId)
|
void |
setMinLength(String minLength)
Set the value of minLength |
void |
setMinOccurs(String minOccurs)
Set the value of minOccurs |
void |
setMinValue(String minValue)
Set the value of minValue |
void |
setServerSide(String serverSide)
Set the value of serverSide |
void |
setValidChars(String validChars)
Set the value of validChars |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String UNBOUNDED
public static final String NINE_NINES
private String id
private String key
private String desc
private String serverSide
private String minLength
private String maxLength
private String minValue
private String maxValue
protected String minOccurs
private String maxOccurs
private String validChars
private String lookup
protected String lookupContext
private String comments
private String className
private String messageId
private boolean inline
Constructor Detail |
---|
public Constraint()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- new value of idpublic String getKey()
public void setKey(String key)
key
- new value of keypublic String getDesc()
public void setDesc(String desc)
desc
- new value of descpublic String getServerSide()
public void setServerSide(String serverSide)
serverSide
- new value of serverSidepublic String getMinLength()
public void setMinLength(String minLength)
minLength
- new value of minLengthpublic String getMaxLength()
public void setMaxLength(String maxLength)
maxLength
- new value of maxLengthpublic String getMinValue()
public void setMinValue(String minValue)
minValue
- new value of minValuepublic String getMaxValue()
public void setMaxValue(String maxValue)
maxValue
- new value of maxValuepublic String getMinOccurs()
public void setMinOccurs(String minOccurs)
minOccurs
- new value of minOccurspublic String getMaxOccurs()
public void setMaxOccurs(String maxOccurs)
maxOccurs
- new value of maxOccurspublic String getValidChars()
public void setValidChars(String validChars)
validChars
- new value of validCharspublic String getLookup()
public void setLookup(String lookup)
lookup
- new value of lookuppublic String getLookupContext()
public void setLookupContext(String lookupContext)
lookupContext
- new value of lookupContextpublic String getComments()
public void setComments(String comments)
comments
- new value of commentspublic String getClassName()
public void setClassName(String className)
className
- new value of classNamepublic String getMessageId()
public void setMessageId(String messageId)
public boolean isInline()
public void setInline(boolean inline)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |