org.kuali.student.core.entity
Class FieldDescriptorEntity
java.lang.Object
org.kuali.student.core.entity.FieldDescriptorEntity
public class FieldDescriptorEntity
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FieldDescriptorEntity
public FieldDescriptorEntity()
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.