public abstract class AttributedPurchasingCapitalAssetLocationEventBase extends AttributedDocumentEventBase implements AttributedPurchasingCapitalAssetLocationEvent
| Constructor and Description |
|---|
AttributedPurchasingCapitalAssetLocationEventBase(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
CapitalAssetLocation capitalAssetLocation)
Copies the item and calls the super constructor
|
| Modifier and Type | Method and Description |
|---|---|
CapitalAssetLocation |
getCapitalAssetLocation()
gets a location for the location events
|
void |
validate() |
getAttribute, getIterationSubject, getRuleInterfaceClass, invokeRuleMethod, setAttribute, setIterationSubjectgenerateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttribute, getIterationSubject, setAttribute, setIterationSubjectpublic AttributedPurchasingCapitalAssetLocationEventBase(String description, String errorPathPrefix, org.kuali.rice.krad.document.Document document, CapitalAssetLocation capitalAssetLocation)
description - the description of the eventerrorPathPrefix - the error pathdocument - the document the event is being called onlocation - the location that is having the event called onpublic CapitalAssetLocation getCapitalAssetLocation()
AttributedPurchasingCapitalAssetLocationEventgetCapitalAssetLocation in interface AttributedPurchasingCapitalAssetLocationEventorg.kuali.ole.module.purap.document.validation.event.PurchasingCapitalAssetLocationEvent#getCapitalAssetLocation()public void validate()
validate in interface org.kuali.rice.krad.rules.rule.event.KualiDocumentEventvalidate in class org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBaseorg.kuali.core.rule.event.KualiDocumentEvent#validate()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.