org.kuali.student.core.entity
Class FieldDescriptorEntity

java.lang.Object
  extended by org.kuali.student.core.entity.FieldDescriptorEntity

public class FieldDescriptorEntity
extends Object


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

Field Detail

name

protected String name

descr

protected String descr

dataType

protected String dataType

minValue

protected String minValue

maxValue

protected String maxValue

minLength

protected Integer minLength

maxLength

protected Integer maxLength

validChars

protected String validChars

invalidChars

protected String invalidChars

minOccurs

protected Integer minOccurs

maxOccurs

protected Integer maxOccurs

readOnly

protected boolean readOnly
Constructor Detail

FieldDescriptorEntity

public FieldDescriptorEntity()
Method Detail

getName

public String getName()
Returns:
the name

setName

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

getDescr

public String getDescr()
Returns:
the desc

setDescr

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

getDataType

public String getDataType()
Returns:
the dataType

setDataType

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

getMinValue

public String getMinValue()
Returns:
the minValue

setMinValue

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

getMaxValue

public String getMaxValue()
Returns:
the maxValue

setMaxValue

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

getMinLength

public Integer getMinLength()
Returns:
the minLength

setMinLength

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

getMaxLength

public Integer getMaxLength()
Returns:
the maxLength

setMaxLength

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

getValidChars

public String getValidChars()
Returns:
the validChars

setValidChars

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

getInvalidChars

public String getInvalidChars()
Returns:
the invalidChars

setInvalidChars

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

getMinOccurs

public Integer getMinOccurs()
Returns:
the minOccurs

setMinOccurs

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

getMaxOccurs

public Integer getMaxOccurs()
Returns:
the maxOccurs

setMaxOccurs

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

isReadOnly

public boolean isReadOnly()
Returns:
the readOnly

setReadOnly

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


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.