org.kuali.student.common.dictionary.dto
Class FieldDefinition
java.lang.Object
org.kuali.student.common.dictionary.dto.BaseConstraint
org.kuali.student.common.dictionary.dto.Constraint
org.kuali.student.common.dictionary.dto.FieldDefinition
public class FieldDefinition
- extends Constraint
Fields inherited from class org.kuali.student.common.dictionary.dto.Constraint |
caseConstraint, customValidatorClass, errorLevel, exclusiveMin, inclusiveMax, locale, lookupContextPath, lookupDefinition, maxLength, maxOccurs, minLength, minOccurs, occursConstraint, requireConstraint, serverSide, SINGLE, UNBOUNDED, validChars |
Methods inherited from class org.kuali.student.common.dictionary.dto.Constraint |
getCaseConstraint, getCustomValidatorClass, getErrorLevel, getExclusiveMin, getInclusiveMax, getLocale, getLookupContextPath, getLookupDefinition, getMaxLength, getMaxOccurs, getMinLength, getMinOccurs, getOccursConstraint, getRequireConstraint, getValidChars, isServerSide, setCaseConstraint, setCustomValidatorClass, setErrorLevel, setExclusiveMin, setInclusiveMax, setLocale, setLookupContextPath, setLookupDefinition, setMaxLength, setMaxOccurs, setMinLength, setMinOccurs, setOccursConstraint, setRequireConstraint, setServerSide, setValidChars |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
dataType
protected DataType dataType
dataObjectStructure
protected ObjectStructureDefinition dataObjectStructure
dynamic
protected boolean dynamic
defaultValue
protected Object defaultValue
defaultValuePath
protected String defaultValuePath
readOnly
protected boolean readOnly
hide
protected boolean hide
mask
protected boolean mask
partialMask
protected boolean partialMask
partialMaskFormatter
protected String partialMaskFormatter
maskFormatter
protected String maskFormatter
FieldDefinition
public FieldDefinition()
getName
public String getName()
setName
public void setName(String name)
getDataType
public DataType getDataType()
setDataType
public void setDataType(DataType dataType)
getDataObjectStructure
public ObjectStructureDefinition getDataObjectStructure()
setDataObjectStructure
public void setDataObjectStructure(ObjectStructureDefinition dataObjectStructure)
getDefaultValue
public Object getDefaultValue()
setDefaultValue
public void setDefaultValue(Object defaultValue)
getDefaultValuePath
public String getDefaultValuePath()
setDefaultValuePath
public void setDefaultValuePath(String defaultValuePath)
isReadOnly
public boolean isReadOnly()
setReadOnly
public void setReadOnly(boolean readOnly)
isHide
public boolean isHide()
setHide
public void setHide(boolean hide)
isMask
public boolean isMask()
setMask
public void setMask(boolean mask)
isPartialMask
public boolean isPartialMask()
setPartialMask
public void setPartialMask(boolean partialMask)
isDynamic
public boolean isDynamic()
setDynamic
public void setDynamic(boolean dynamic)
getPartialMaskFormatter
public String getPartialMaskFormatter()
setPartialMaskFormatter
public void setPartialMaskFormatter(String partialMaskFormatter)
getMaskFormatter
public String getMaskFormatter()
setMaskFormatter
public void setMaskFormatter(String maskFormatter)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.