org.kuali.rice.kns.datadictionary
Class KimAttributeDefinition
java.lang.Object
org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.AttributeDefinitionBase
org.kuali.rice.kns.datadictionary.AttributeDefinition
org.kuali.rice.kns.datadictionary.KimAttributeDefinition
- All Implemented Interfaces:
- Serializable, DataDictionaryDefinition, CaseConstrainable, Constrainable, ExistenceConstrainable, Formatable, HierarchicallyConstrainable, LengthConstrainable, MustOccurConstrainable, PrerequisiteConstrainable, RangeConstrainable, ValidCharactersConstrainable, Constraint, DataTypeConstraint, ExistenceConstraint, LengthConstraint, RangeConstraint, org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
- KimDataDictionaryAttributeDefinition, KimNonDataDictionaryAttributeDefinition
public class KimAttributeDefinition
- extends AttributeDefinition
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kns.datadictionary.AttributeDefinition |
attributeSecurity, caseConstraint, childEntryName, control, controlField, customValidatorClass, dataType, dependencyConstraints, dynamic, exclusiveMin, forceUppercase, formatterClass, inclusiveMax, lookupContextPath, lookupDefinition, maxLength, minLength, mustOccurConstraints, unique, validationPattern, validCharactersConstraint |
Methods inherited from class org.kuali.rice.kns.datadictionary.AttributeDefinition |
afterPropertiesSet, completeValidation, getAttributeSecurity, getCaseConstraint, getChildEntryName, getConstraint, getControl, getControlField, getCustomValidatorClass, getDataType, getExclusiveMin, getForceUppercase, getFormatterClass, getInclusiveMax, getLookupContextPath, getLookupDefinition, getMaxLength, getMinLength, getMustOccurConstraints, getPrerequisiteConstraints, getUnique, getValidationPattern, getValidCharactersConstraint, hasAttributeSecurity, hasFormatterClass, hasValidationPattern, setAttributeSecurity, setCaseConstraint, setChildEntryName, setConstraint, setControl, setControlField, setCustomValidatorClass, setDataType, setDataType, setExclusiveMin, setForceUppercase, setFormatterClass, setInclusiveMax, setLookupContextPath, setLookupDefinition, setMaxLength, setMinLength, setMustOccurConstraints, setPrerequisiteConstraints, setUnique, setValidationPattern, setValidCharactersConstraint, toString |
Methods inherited from class org.kuali.rice.kns.datadictionary.AttributeDefinitionBase |
getDescription, getDirectShortLabel, getDisplayLabelAttribute, getLabel, getName, getShortLabel, getSummary, isRequired, setDescription, setDisplayLabelAttribute, setLabel, setName, setRequired, setShortLabel, setSummary |
Methods inherited from interface org.kuali.rice.kns.datadictionary.validation.capability.Constrainable |
getName |
sortCode
protected String sortCode
kimAttrDefnId
protected String kimAttrDefnId
kimTypeId
protected String kimTypeId
KimAttributeDefinition
public KimAttributeDefinition()
getSortCode
public String getSortCode()
- Returns:
- the sortCode
setSortCode
public void setSortCode(String sortCode)
- Parameters:
sortCode
- the sortCode to set
getKimAttrDefnId
public String getKimAttrDefnId()
setKimAttrDefnId
public void setKimAttrDefnId(String kimAttrDefnId)
isHasLookupBoDefinition
public boolean isHasLookupBoDefinition()
getKimTypeId
public String getKimTypeId()
- Returns:
- the kimTypeId
setKimTypeId
public void setKimTypeId(String kimTypeId)
- Parameters:
kimTypeId
- the kimTypeId to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.