org.kuali.kfs.module.ar.document.validation.event
Class CashControlDetailEventBase
java.lang.Object
   org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
       org.kuali.kfs.module.ar.document.validation.event.CashControlDetailEventBase
org.kuali.kfs.module.ar.document.validation.event.CashControlDetailEventBase
- All Implemented Interfaces: 
- CashControlDetailEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent
- Direct Known Subclasses: 
- AddCashControlDetailEvent, DeleteCashControlDetailEvent
- public abstract class CashControlDetailEventBase 
- extends org.kuali.rice.kns.rule.event.KualiDocumentEventBase- implements CashControlDetailEvent
 
| 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 | 
 
 
| Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent | 
| generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, getRuleInterfaceClass, invokeRuleMethod | 
 
CashControlDetailEventBase
public CashControlDetailEventBase(String description,
                                  String errorPathPrefix,
                                  org.kuali.rice.kns.document.Document document,
                                  CashControlDetail cashControlDetail)
- Initializes fields common to all subclasses
 
- Parameters:
- description-
- errorPathPrefix-
- document-
- check-
 
getCashControlDetail
public CashControlDetail getCashControlDetail()
- Description copied from interface: CashControlDetailEvent
- This method returns the customer invoice related to the event
 
- 
- Specified by:
- getCashControlDetailin interface- CashControlDetailEvent
 
- 
- Returns:
- CustomerInvoiceDetail
- See Also:
- org.kuali.kfs.module.ar.document.validation.event.CustomerInvoiceDetailEvent#getCustomerInvoiceDetail()
 
validate
public void validate()
- 
- Specified by:
- validatein interface- org.kuali.rice.kns.rule.event.KualiDocumentEvent
- Overrides:
- validatein class- org.kuali.rice.kns.rule.event.KualiDocumentEventBase
 
- 
- See Also:
- KualiDocumentEvent.validate()
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.