|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r1.common.dictionary.old.dto.FieldDescriptor
@Deprecated public class FieldDescriptor
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>
Field Summary | |
---|---|
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 Summary | |
---|---|
FieldDescriptor()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String id
protected String name
protected String desc
protected boolean readOnly
protected String dataType
protected SearchSelector search
protected ObjectStructure objectStructure
protected String objectStructureRef
Constructor Detail |
---|
public FieldDescriptor()
Method Detail |
---|
public String getDataType()
String
public void setDataType(String value)
value
- allowed object is
String
public String getName()
public void setName(String name)
name
- the name to setpublic String getDesc()
public void setDesc(String desc)
desc
- the desc to setpublic boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly
- the readOnly to setpublic SearchSelector getSearch()
public void setSearch(SearchSelector search)
search
- the search to setpublic String getId()
public void setId(String id)
id
- the id 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 setpublic Map<String,Object> toMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |