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

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

Deprecated.

@Deprecated
public class Field
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 ref="{http://www.dto.dictionary.student.kuali.org}fieldDescriptor"/>
         <element name="readOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
       <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ConstraintDescriptor constraintDescriptor
          Deprecated.  
protected  boolean dynamic
          Deprecated.  
protected  FieldDescriptor fieldDescriptor
          Deprecated.  
protected  String id
          Deprecated.  
protected  String key
          Deprecated.  
protected  boolean selector
          Deprecated.  
 
Constructor Summary
Field()
          Deprecated.  
 
Method Summary
 ConstraintDescriptor getConstraintDescriptor()
          Deprecated.  
 FieldDescriptor getFieldDescriptor()
          Deprecated. Gets the value of the fieldDescriptor property.
 String getId()
          Deprecated.  
 String getKey()
          Deprecated. Gets the value of the key property.
 boolean isDynamic()
          Deprecated.  
 boolean isSelector()
          Deprecated.  
 void setConstraintDescriptor(ConstraintDescriptor constraintDescriptor)
          Deprecated.  
 void setDynamic(boolean dynamic)
          Deprecated.  
 void setFieldDescriptor(FieldDescriptor value)
          Deprecated. Sets the value of the fieldDescriptor property.
 void setId(String id)
          Deprecated.  
 void setKey(String value)
          Deprecated. Sets the value of the key property.
 void setSelector(boolean isSelector)
          Deprecated. Indicates if the field is a selector field, which indicates that changes to this field may alter the structure of the object type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key
Deprecated. 

id

protected String id
Deprecated. 

fieldDescriptor

protected FieldDescriptor fieldDescriptor
Deprecated. 

constraintDescriptor

protected ConstraintDescriptor constraintDescriptor
Deprecated. 

selector

protected boolean selector
Deprecated. 

dynamic

protected boolean dynamic
Deprecated. 
Constructor Detail

Field

public Field()
Deprecated. 
Method Detail

getFieldDescriptor

public FieldDescriptor getFieldDescriptor()
Deprecated. 
Gets the value of the fieldDescriptor property.

Returns:
possible object is FieldDescriptor

setFieldDescriptor

public void setFieldDescriptor(FieldDescriptor value)
Deprecated. 
Sets the value of the fieldDescriptor property.

Parameters:
value - allowed object is FieldDescriptor

isSelector

public boolean isSelector()
Deprecated. 

setSelector

public void setSelector(boolean isSelector)
Deprecated. 
Indicates if the field is a selector field, which indicates that changes to this field may alter the structure of the object type. This may provide insight as to frequency of calls to a validate operation, as the constraints will not be externalized.

Parameters:
isSelector -

getKey

public String getKey()
Deprecated. 
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Deprecated. 
Sets the value of the key property.

Parameters:
value - allowed object is String

getConstraintDescriptor

public ConstraintDescriptor getConstraintDescriptor()
Deprecated. 
Returns:
the constraintDescriptor

setConstraintDescriptor

public void setConstraintDescriptor(ConstraintDescriptor constraintDescriptor)
Deprecated. 
Parameters:
constraintDescriptor - the constraintDescriptor to set

getId

public String getId()
Deprecated. 
Returns:
the id

setId

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

isDynamic

public boolean isDynamic()
Deprecated. 
Returns:
the dynamic

setDynamic

public void setDynamic(boolean dynamic)
Deprecated. 
Parameters:
dyncamic - the dynamic to set


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