public class Constraint extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
lookupContext |
protected String |
minOccurs |
static String |
NINE_NINES |
static String |
UNBOUNDED |
Constructor and Description |
---|
Constraint() |
Modifier and Type | Method and Description |
---|---|
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
|
public static final String UNBOUNDED
public static final String NINE_NINES
protected String lookupContext
public Constraint()
public 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 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)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.