@Deprecated @Embeddable public class FieldDescriptorEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataType
Deprecated.
|
protected String |
descr
Deprecated.
|
protected String |
invalidChars
Deprecated.
|
protected Integer |
maxLength
Deprecated.
|
protected Integer |
maxOccurs
Deprecated.
|
protected String |
maxValue
Deprecated.
|
protected Integer |
minLength
Deprecated.
|
protected Integer |
minOccurs
Deprecated.
|
protected String |
minValue
Deprecated.
|
protected String |
name
Deprecated.
|
protected boolean |
readOnly
Deprecated.
|
protected String |
validChars
Deprecated.
|
| Constructor and Description |
|---|
FieldDescriptorEntity()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType()
Deprecated.
|
String |
getDescr()
Deprecated.
|
String |
getInvalidChars()
Deprecated.
|
Integer |
getMaxLength()
Deprecated.
|
Integer |
getMaxOccurs()
Deprecated.
|
String |
getMaxValue()
Deprecated.
|
Integer |
getMinLength()
Deprecated.
|
Integer |
getMinOccurs()
Deprecated.
|
String |
getMinValue()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getValidChars()
Deprecated.
|
boolean |
isReadOnly()
Deprecated.
|
void |
setDataType(String dataType)
Deprecated.
|
void |
setDescr(String descr)
Deprecated.
|
void |
setInvalidChars(String invalidChars)
Deprecated.
|
void |
setMaxLength(Integer maxLength)
Deprecated.
|
void |
setMaxOccurs(Integer maxOccurs)
Deprecated.
|
void |
setMaxValue(String maxValue)
Deprecated.
|
void |
setMinLength(Integer minLength)
Deprecated.
|
void |
setMinOccurs(Integer minOccurs)
Deprecated.
|
void |
setMinValue(String minValue)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setReadOnly(boolean readOnly)
Deprecated.
|
void |
setValidChars(String validChars)
Deprecated.
|
protected String validChars
protected String invalidChars
protected boolean readOnly
public FieldDescriptorEntity()
public String getDataType()
public void setDataType(String dataType)
dataType - the dataType to setpublic String getMinValue()
public void setMinValue(String minValue)
minValue - the minValue to setpublic String getMaxValue()
public void setMaxValue(String maxValue)
maxValue - the maxValue to setpublic Integer getMinLength()
public void setMinLength(Integer minLength)
minLength - the minLength to setpublic Integer getMaxLength()
public void setMaxLength(Integer maxLength)
maxLength - the maxLength to setpublic String getValidChars()
public void setValidChars(String validChars)
validChars - the validChars to setpublic String getInvalidChars()
public void setInvalidChars(String invalidChars)
invalidChars - the invalidChars to setpublic Integer getMinOccurs()
public void setMinOccurs(Integer minOccurs)
minOccurs - the minOccurs to setpublic Integer getMaxOccurs()
public void setMaxOccurs(Integer maxOccurs)
maxOccurs - the maxOccurs to setpublic boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly - the readOnly to setCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.