org.kuali.student.r1.common.dictionary.old.dto
Class FieldDescriptor

java.lang.Object
  extended by org.kuali.student.r1.common.dictionary.old.dto.FieldDescriptor
All Implemented Interfaces:
Serializable

Deprecated.

@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>
 

See Also:
Serialized Form

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

id

protected String id
Deprecated. 

name

protected String name
Deprecated. 

desc

protected String desc
Deprecated. 

readOnly

protected boolean readOnly
Deprecated. 

dataType

protected String dataType
Deprecated. 

search

protected SearchSelector search
Deprecated. 

objectStructure

protected ObjectStructure objectStructure
Deprecated. 

objectStructureRef

protected String objectStructureRef
Deprecated. 
Constructor Detail

FieldDescriptor

public FieldDescriptor()
Deprecated. 
Method Detail

getDataType

public String getDataType()
Deprecated. 
Gets the value of the dataType property.

Returns:
possible object is String

setDataType

public void setDataType(String value)
Deprecated. 
Sets the value of the dataType property.

Parameters:
value - allowed object is String

getName

public String getName()
Deprecated. 
Returns:
the name

setName

public void setName(String name)
Deprecated. 
Parameters:
name - the name to set

getDesc

public String getDesc()
Deprecated. 
Returns:
the desc

setDesc

public void setDesc(String desc)
Deprecated. 
Parameters:
desc - the desc to set

isReadOnly

public boolean isReadOnly()
Deprecated. 
Returns:
the readOnly

setReadOnly

public void setReadOnly(boolean readOnly)
Deprecated. 
Parameters:
readOnly - the readOnly to set

getSearch

public SearchSelector getSearch()
Deprecated. 
Returns:
the search

setSearch

public void setSearch(SearchSelector search)
Deprecated. 
Parameters:
search - the search to set

getId

public String getId()
Deprecated. 
Returns:
the id

setId

public void setId(String id)
Deprecated. 
Parameters:
id - the id to set

getObjectStructure

public ObjectStructure getObjectStructure()
Deprecated. 
Returns:
the objectStructure

setObjectStructure

public void setObjectStructure(ObjectStructure objectStructure)
Deprecated. 
Parameters:
objectStructure - the objectStructure to set

getObjectStructureRef

public String getObjectStructureRef()
Deprecated. 
Returns:
the objectStructureRef

setObjectStructureRef

public void setObjectStructureRef(String objectStructureRef)
Deprecated. 
Parameters:
objectStructureRef - the objectStructureRef to set

toMap

public Map<String,Object> toMap()
Deprecated. 


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.