org.kuali.kfs.module.purap.document.validation.impl
Class PurchasingItemUnitPriceValidation
java.lang.Object
org.kuali.kfs.sys.document.validation.ParameterizedValidation
org.kuali.kfs.sys.document.validation.GenericValidation
org.kuali.kfs.module.purap.document.validation.impl.PurchasingItemUnitPriceValidation
- All Implemented Interfaces:
- Validation
public class PurchasingItemUnitPriceValidation
- extends GenericValidation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PurchasingItemUnitPriceValidation
public PurchasingItemUnitPriceValidation()
validate
public boolean validate(AttributedDocumentEvent event)
- Validates the unit price for all applicable item types. It validates that the unit price field was
entered on the item, and that the price is in the right range for the item type.
- Returns:
- true if validation should continue, false otherwise
getItemForValidation
public PurApItem getItemForValidation()
setItemForValidation
public void setItemForValidation(PurApItem itemForValidation)
getDataDictionaryService
public org.kuali.rice.kns.service.DataDictionaryService getDataDictionaryService()
setDataDictionaryService
public void setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.