@Deprecated public class FieldDescriptor extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="minLength" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="maxLength" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="validChars" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="invalidChars" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element ref="{http://www.dto.dictionary.student.kuali.org}enum" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
dataType
Deprecated.
|
protected String |
desc
Deprecated.
|
protected String |
id
Deprecated.
|
protected String |
name
Deprecated.
|
protected ObjectStructure |
objectStructure
Deprecated.
|
protected String |
objectStructureRef
Deprecated.
|
protected boolean |
readOnly
Deprecated.
|
protected SearchSelector |
search
Deprecated.
|
Constructor and Description |
---|
FieldDescriptor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getDataType()
Deprecated.
Gets the value of the dataType property.
|
String |
getDesc()
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getName()
Deprecated.
|
ObjectStructure |
getObjectStructure()
Deprecated.
|
String |
getObjectStructureRef()
Deprecated.
|
SearchSelector |
getSearch()
Deprecated.
|
boolean |
isReadOnly()
Deprecated.
|
void |
setDataType(String value)
Deprecated.
Sets the value of the dataType property.
|
void |
setDesc(String desc)
Deprecated.
|
void |
setId(String id)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setObjectStructure(ObjectStructure objectStructure)
Deprecated.
|
void |
setObjectStructureRef(String objectStructureRef)
Deprecated.
|
void |
setReadOnly(boolean readOnly)
Deprecated.
|
void |
setSearch(SearchSelector search)
Deprecated.
|
Map<String,Object> |
toMap()
Deprecated.
|
protected boolean readOnly
protected SearchSelector search
protected ObjectStructure objectStructure
protected String objectStructureRef
public FieldDescriptor()
public String getDataType()
String
public void setDataType(String value)
value
- allowed object is
String
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly
- the readOnly to setpublic SearchSelector getSearch()
public void setSearch(SearchSelector search)
search
- the search to setpublic ObjectStructure getObjectStructure()
public void setObjectStructure(ObjectStructure objectStructure)
objectStructure
- the objectStructure to setpublic String getObjectStructureRef()
public void setObjectStructureRef(String objectStructureRef)
objectStructureRef
- the objectStructureRef to setCopyright © 2004–2014 The Kuali Foundation. All rights reserved.