T - The subclass of SpecialReviewpublic class AddSpecialReviewEvent<T extends SpecialReview<? extends SpecialReviewExemption>> extends KraDocumentEventBaseExtension
| Constructor and Description |
|---|
AddSpecialReviewEvent(org.kuali.rice.krad.document.Document document,
T specialReview,
List<T> specialReviews,
boolean isIrbProtocolLinkingEnabled)
Constructs an AddProposalSpecialReviewEvent.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getIsIrbProtocolLinkingEnabled() |
BusinessRuleInterface<AddSpecialReviewEvent<T>> |
getRule()
This method implementer must pass the instance of rule tied with it.
|
T |
getSpecialReview() |
List<T> |
getSpecialReviews() |
int |
hashCode() |
void |
setIsIrbProtocolLinkingEnabled(boolean isIrbProtocolLinkingEnabled) |
void |
setSpecialReview(T specialReview) |
void |
setSpecialReviews(List<T> specialReviews) |
getRuleInterfaceClass, invokeRuleMethod, logEventpublic AddSpecialReviewEvent(org.kuali.rice.krad.document.Document document,
T specialReview,
List<T> specialReviews,
boolean isIrbProtocolLinkingEnabled)
document - The document containing the Special ReviewspecialReview - The Special Review object to validatespecialReviews - The existing Special Review objectsisIrbProtocolLinkingEnabled - Whether or not Protocol linking is enabledpublic T getSpecialReview()
public void setSpecialReview(T specialReview)
public boolean getIsIrbProtocolLinkingEnabled()
public void setIsIrbProtocolLinkingEnabled(boolean isIrbProtocolLinkingEnabled)
public BusinessRuleInterface<AddSpecialReviewEvent<T>> getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2013 The Kuali Foundation. All Rights Reserved.