org.kuali.rice.kns.datadictionary
Class KimAttributeDefinition

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
      extended by org.kuali.rice.kns.datadictionary.AttributeDefinitionBase
          extended by org.kuali.rice.kns.datadictionary.AttributeDefinition
              extended by 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

Field Summary
protected  String kimAttrDefnId
           
protected  String kimTypeId
           
protected  String sortCode
           
 
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
 
Fields inherited from class org.kuali.rice.kns.datadictionary.AttributeDefinitionBase
constraint, description, displayLabelAttribute, label, messageKey, name, required, shortLabel, summary
 
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
KimAttributeDefinition()
           
 
Method Summary
 String getKimAttrDefnId()
           
 String getKimTypeId()
           
 String getSortCode()
           
 boolean isHasLookupBoDefinition()
           
 void setKimAttrDefnId(String kimAttrDefnId)
           
 void setKimTypeId(String kimTypeId)
           
 void setSortCode(String sortCode)
           
 
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 class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.datadictionary.validation.capability.Constrainable
getName
 

Field Detail

sortCode

protected String sortCode

kimAttrDefnId

protected String kimAttrDefnId

kimTypeId

protected String kimTypeId
Constructor Detail

KimAttributeDefinition

public KimAttributeDefinition()
Method Detail

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.