org.kuali.kfs.module.cam.document.validation.impl
Class AssetPaymentAssetCountValidation
java.lang.Object
org.kuali.kfs.sys.document.validation.ParameterizedValidation
org.kuali.kfs.sys.document.validation.GenericValidation
org.kuali.kfs.module.cam.document.validation.impl.AssetPaymentAssetCountValidation
- All Implemented Interfaces:
- Validation
public class AssetPaymentAssetCountValidation
- extends GenericValidation
This class validates to make sure that at least one payment line is available for the document
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetPaymentAssetCountValidation
public AssetPaymentAssetCountValidation()
validate
public boolean validate(AttributedDocumentEvent event)
- Validate accounting line count to ensure minimum of one line
- Returns:
- true if validation should continue, false otherwise
- See Also:
Validation.validate(org.kuali.kfs.sys.document.validation.event.AttributedDocumentEvent)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.