/** @see org.kuali.rice.krad.service.DataDictionaryService#getAttributeExclusiveMin */
 public String getAttributeExclusiveMin(String entryName, String attributeName) {
   AttributeDefinition attributeDefinition = getAttributeDefinition(entryName, attributeName);
   return attributeDefinition == null ? null : attributeDefinition.getExclusiveMin();
 }