org.kuali.student.common.dictionary.dto
Class FieldDefinition

java.lang.Object
  extended by org.kuali.student.common.dictionary.dto.BaseConstraint
      extended by org.kuali.student.common.dictionary.dto.Constraint
          extended by org.kuali.student.common.dictionary.dto.FieldDefinition

public class FieldDefinition
extends Constraint


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

Field Detail

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
Constructor Detail

FieldDefinition

public FieldDefinition()
Method Detail

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 © 2007-2011 The Kuali Foundation. All Rights Reserved.