org.kuali.kfs.module.purap.document.validation.impl
Class PurchasingProcessTotalCostValidation
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.PurchasingProcessTotalCostValidation
- All Implemented Interfaces:
- Validation
public class PurchasingProcessTotalCostValidation
- extends GenericValidation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PurchasingProcessTotalCostValidation
public PurchasingProcessTotalCostValidation()
validate
public boolean validate(AttributedDocumentEvent event)
- Validates that the total cost must be greater or equal to zero.
- Parameters:
purDocument
- the purchasing document to be validated
- Returns:
- boolean false if the total cost is less than zero.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.