org.kuali.kfs.module.purap.document.validation.event
Class AttributedAddVendorToQuoteEvent
java.lang.Object
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
org.kuali.kfs.module.purap.document.validation.event.AttributedAddVendorToQuoteEvent
- All Implemented Interfaces:
- AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent
public final class AttributedAddVendorToQuoteEvent
- extends AttributedDocumentEventBase
Add a vendor to the quote tab event.
This is triggered when a user presses the add vendor button for a given vendor.
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
document |
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent |
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, validate |
AttributedAddVendorToQuoteEvent
public AttributedAddVendorToQuoteEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
PurchaseOrderVendorQuote vendorQuote)
- Constructs an AddVendorToQuoteEvent with the given errorPathPrefix and document.
- Parameters:
errorPathPrefix
- the error pathdocument
- document the event was invoked on
getVendorQuote
public PurchaseOrderVendorQuote getVendorQuote()
setVendorQuote
public void setVendorQuote(PurchaseOrderVendorQuote vendorQuote)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.