org.kuali.kfs.module.purap.document.validation.event
Class AttributedCommodityCodesForDistributionEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
          extended by org.kuali.kfs.module.purap.document.validation.event.AttributedCommodityCodesForDistributionEvent
All Implemented Interfaces:
AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent

public final class AttributedCommodityCodesForDistributionEvent
extends AttributedDocumentEventBase

Calculate event for Commodity Codes for distribution


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AttributedCommodityCodesForDistributionEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, String purchasingCommodityCode)
          Constructs a CommodityCodesForDistributionEvent with the given errorPathPrefix, document, and item.
 
Method Summary
 String getPurchasingCommodityCode()
           
 
Methods inherited from class org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
getAttribute, getIterationSubject, getRuleInterfaceClass, invokeRuleMethod, setAttribute, setIterationSubject
 
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, validate
 

Constructor Detail

AttributedCommodityCodesForDistributionEvent

public AttributedCommodityCodesForDistributionEvent(String errorPathPrefix,
                                                    org.kuali.rice.kns.document.Document document,
                                                    String purchasingCommodityCode)
Constructs a CommodityCodesForDistributionEvent with the given errorPathPrefix, document, and item.

Parameters:
errorPathPrefix - the error path
document - document the event was invoked upon
Method Detail

getPurchasingCommodityCode

public String getPurchasingCommodityCode()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.