org.kuali.rice.kns.datadictionary
Class KimAttributeDefinition
java.lang.Object
org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.AttributeDefinition
org.kuali.rice.kns.datadictionary.KimAttributeDefinition
- All Implemented Interfaces:
- Serializable, DataDictionaryDefinition, 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, control, description, displayLabelAttribute, exclusiveMin, forceUppercase, formatterClass, inclusiveMax, label, maxLength, name, required, shortLabel, summary, unique, validationPattern |
Methods inherited from class org.kuali.rice.kns.datadictionary.AttributeDefinition |
afterPropertiesSet, completeValidation, getAttributeSecurity, getControl, getDescription, getDirectShortLabel, getDisplayLabelAttribute, getExclusiveMin, getForceUppercase, getFormatterClass, getInclusiveMax, getLabel, getMaxLength, getName, getShortLabel, getSummary, getUnique, getValidationPattern, hasAttributeSecurity, hasFormatterClass, hasValidationPattern, isRequired, setAttributeSecurity, setControl, setDescription, setDisplayLabelAttribute, setExclusiveMin, setForceUppercase, setFormatterClass, setInclusiveMax, setLabel, setMaxLength, setName, setRequired, setShortLabel, setSummary, setUnique, setValidationPattern, toString |
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-2012 The Kuali Foundation. All Rights Reserved.