org.kuali.student.r1.common.entity
Class FieldDescriptorEntity

java.lang.Object
  extended by org.kuali.student.r1.common.entity.FieldDescriptorEntity

Deprecated.

@Deprecated
@Embeddable
public class FieldDescriptorEntity
extends Object


Field Summary
protected  String dataType
          Deprecated.  
protected  String descr
          Deprecated.  
protected  String invalidChars
          Deprecated.  
protected  Integer maxLength
          Deprecated.  
protected  Integer maxOccurs
          Deprecated.  
protected  String maxValue
          Deprecated.  
protected  Integer minLength
          Deprecated.  
protected  Integer minOccurs
          Deprecated.  
protected  String minValue
          Deprecated.  
protected  String name
          Deprecated.  
protected  boolean readOnly
          Deprecated.  
protected  String validChars
          Deprecated.  
 
Constructor Summary
FieldDescriptorEntity()
          Deprecated.  
 
Method Summary
 String getDataType()
          Deprecated.  
 String getDescr()
          Deprecated.  
 String getInvalidChars()
          Deprecated.  
 Integer getMaxLength()
          Deprecated.  
 Integer getMaxOccurs()
          Deprecated.  
 String getMaxValue()
          Deprecated.  
 Integer getMinLength()
          Deprecated.  
 Integer getMinOccurs()
          Deprecated.  
 String getMinValue()
          Deprecated.  
 String getName()
          Deprecated.  
 String getValidChars()
          Deprecated.  
 boolean isReadOnly()
          Deprecated.  
 void setDataType(String dataType)
          Deprecated.  
 void setDescr(String descr)
          Deprecated.  
 void setInvalidChars(String invalidChars)
          Deprecated.  
 void setMaxLength(Integer maxLength)
          Deprecated.  
 void setMaxOccurs(Integer maxOccurs)
          Deprecated.  
 void setMaxValue(String maxValue)
          Deprecated.  
 void setMinLength(Integer minLength)
          Deprecated.  
 void setMinOccurs(Integer minOccurs)
          Deprecated.  
 void setMinValue(String minValue)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setReadOnly(boolean readOnly)
          Deprecated.  
 void setValidChars(String validChars)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Deprecated. 

descr

protected String descr
Deprecated. 

dataType

protected String dataType
Deprecated. 

minValue

protected String minValue
Deprecated. 

maxValue

protected String maxValue
Deprecated. 

minLength

protected Integer minLength
Deprecated. 

maxLength

protected Integer maxLength
Deprecated. 

validChars

protected String validChars
Deprecated. 

invalidChars

protected String invalidChars
Deprecated. 

minOccurs

protected Integer minOccurs
Deprecated. 

maxOccurs

protected Integer maxOccurs
Deprecated. 

readOnly

protected boolean readOnly
Deprecated. 
Constructor Detail

FieldDescriptorEntity

public FieldDescriptorEntity()
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 
Returns:
the name

setName

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

getDescr

public String getDescr()
Deprecated. 
Returns:
the desc

setDescr

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

getDataType

public String getDataType()
Deprecated. 
Returns:
the dataType

setDataType

public void setDataType(String dataType)
Deprecated. 
Parameters:
dataType - the dataType to set

getMinValue

public String getMinValue()
Deprecated. 
Returns:
the minValue

setMinValue

public void setMinValue(String minValue)
Deprecated. 
Parameters:
minValue - the minValue to set

getMaxValue

public String getMaxValue()
Deprecated. 
Returns:
the maxValue

setMaxValue

public void setMaxValue(String maxValue)
Deprecated. 
Parameters:
maxValue - the maxValue to set

getMinLength

public Integer getMinLength()
Deprecated. 
Returns:
the minLength

setMinLength

public void setMinLength(Integer minLength)
Deprecated. 
Parameters:
minLength - the minLength to set

getMaxLength

public Integer getMaxLength()
Deprecated. 
Returns:
the maxLength

setMaxLength

public void setMaxLength(Integer maxLength)
Deprecated. 
Parameters:
maxLength - the maxLength to set

getValidChars

public String getValidChars()
Deprecated. 
Returns:
the validChars

setValidChars

public void setValidChars(String validChars)
Deprecated. 
Parameters:
validChars - the validChars to set

getInvalidChars

public String getInvalidChars()
Deprecated. 
Returns:
the invalidChars

setInvalidChars

public void setInvalidChars(String invalidChars)
Deprecated. 
Parameters:
invalidChars - the invalidChars to set

getMinOccurs

public Integer getMinOccurs()
Deprecated. 
Returns:
the minOccurs

setMinOccurs

public void setMinOccurs(Integer minOccurs)
Deprecated. 
Parameters:
minOccurs - the minOccurs to set

getMaxOccurs

public Integer getMaxOccurs()
Deprecated. 
Returns:
the maxOccurs

setMaxOccurs

public void setMaxOccurs(Integer maxOccurs)
Deprecated. 
Parameters:
maxOccurs - the maxOccurs to set

isReadOnly

public boolean isReadOnly()
Deprecated. 
Returns:
the readOnly

setReadOnly

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


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