public abstract class AttributedPurchasingItemCapitalAssetEventBase extends AttributedDocumentEventBase implements AttributedPurchasingItemCapitalAssetEvent
Constructor and Description |
---|
AttributedPurchasingItemCapitalAssetEventBase(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ItemCapitalAsset itemCapitalAsset)
Copies the item and calls the super constructor
|
Modifier and Type | Method and Description |
---|---|
ItemCapitalAsset |
getItemCapitalAsset()
gets an item for the item events
|
void |
validate() |
getAttribute, getIterationSubject, getRuleInterfaceClass, invokeRuleMethod, setAttribute, setIterationSubject
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAttribute, getIterationSubject, setAttribute, setIterationSubject
public AttributedPurchasingItemCapitalAssetEventBase(String description, String errorPathPrefix, org.kuali.rice.krad.document.Document document, ItemCapitalAsset itemCapitalAsset)
description
- the description of the eventerrorPathPrefix
- the error pathdocument
- the document the event is being called onitem
- the item that is having the event called onpublic ItemCapitalAsset getItemCapitalAsset()
AttributedPurchasingItemCapitalAssetEvent
getItemCapitalAsset
in interface AttributedPurchasingItemCapitalAssetEvent
org.kuali.ole.module.purap.document.validation.event.PurchasingItemCapitalAssetEvent#getItemCapitalAsset()
public void validate()
validate
in interface org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent
validate
in class org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase
org.kuali.core.rule.event.KualiDocumentEvent#validate()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.