public abstract class ProtocolAttachmentPersonnelEventBase extends KraDocumentEventBase implements ProtocolAttachmentPersonnelEvent
| Modifier | Constructor and Description |
|---|---|
protected |
ProtocolAttachmentPersonnelEventBase(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ProtocolAttachmentPersonnel protocolAttachmentPersonnel,
int personIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPersonIndex() |
ProtocolAttachmentPersonnel |
getProtocolAttachmentPersonnel() |
protected void |
logEvent()
Logs the event type and some information about the associated unit
|
void |
setPersonIndex(int personIndex) |
void |
setProtocolAttachmentPersonnel(ProtocolAttachmentPersonnel protocolAttachmentPersonnel) |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validateprotected ProtocolAttachmentPersonnelEventBase(String description, String errorPathPrefix, org.kuali.rice.krad.document.Document document, ProtocolAttachmentPersonnel protocolAttachmentPersonnel, int personIndex)
public ProtocolAttachmentPersonnel getProtocolAttachmentPersonnel()
getProtocolAttachmentPersonnel in interface ProtocolAttachmentPersonnelEventpublic void setProtocolAttachmentPersonnel(ProtocolAttachmentPersonnel protocolAttachmentPersonnel)
public int getPersonIndex()
getPersonIndex in interface ProtocolAttachmentPersonnelEventpublic void setPersonIndex(int personIndex)
protected void logEvent()
logEvent in class KraDocumentEventBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.