org.kuali.student.common.dictionary.old.dto
Class FieldDescriptor
java.lang.Object
org.kuali.student.common.dictionary.old.dto.FieldDescriptor
- All Implemented Interfaces:
- Serializable
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>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
protected String id
name
protected String name
desc
protected String desc
readOnly
protected boolean readOnly
dataType
protected String dataType
search
protected SearchSelector search
objectStructure
protected ObjectStructure objectStructure
objectStructureRef
protected String objectStructureRef
FieldDescriptor
public FieldDescriptor()
getDataType
public String getDataType()
- Gets the value of the dataType property.
- Returns:
- possible object is
String
setDataType
public void setDataType(String value)
- Sets the value of the dataType property.
- Parameters:
value
- allowed object is
String
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getDesc
public String getDesc()
- Returns:
- the desc
setDesc
public void setDesc(String desc)
- Parameters:
desc
- the desc to set
isReadOnly
public boolean isReadOnly()
- Returns:
- the readOnly
setReadOnly
public void setReadOnly(boolean readOnly)
- Parameters:
readOnly
- the readOnly to set
getSearch
public SearchSelector getSearch()
- Returns:
- the search
setSearch
public void setSearch(SearchSelector search)
- Parameters:
search
- the search to set
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id
- the id to set
getObjectStructure
public ObjectStructure getObjectStructure()
- Returns:
- the objectStructure
setObjectStructure
public void setObjectStructure(ObjectStructure objectStructure)
- Parameters:
objectStructure
- the objectStructure to set
getObjectStructureRef
public String getObjectStructureRef()
- Returns:
- the objectStructureRef
setObjectStructureRef
public void setObjectStructureRef(String objectStructureRef)
- Parameters:
objectStructureRef
- the objectStructureRef to set
toMap
public Map<String,Object> toMap()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.