org.kuali.rice.kew.mail
Class EmailMessageTestCaseCustomEmailAttribute

java.lang.Object
  extended by org.kuali.rice.kew.mail.EmailMessageTestCaseCustomEmailAttribute
All Implemented Interfaces:
CustomEmailAttribute

public class EmailMessageTestCaseCustomEmailAttribute
extends Object
implements CustomEmailAttribute

Test CustomEmailAttribute for EmailMessageTestCase

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
EmailMessageTestCaseCustomEmailAttribute()
           
 
Method Summary
 ActionRequest getActionRequestVO()
           
 String getCustomEmailBody()
           
 String getCustomEmailSubject()
           
 Document getRouteHeaderVO()
           
 void setActionRequestVO(ActionRequest actionRequestVO)
           
 void setRouteHeaderVO(Document routeHeaderVO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailMessageTestCaseCustomEmailAttribute

public EmailMessageTestCaseCustomEmailAttribute()
Method Detail

getActionRequestVO

public ActionRequest getActionRequestVO()
Specified by:
getActionRequestVO in interface CustomEmailAttribute

getCustomEmailBody

public String getCustomEmailBody()
                          throws Exception
Specified by:
getCustomEmailBody in interface CustomEmailAttribute
Throws:
Exception

getCustomEmailSubject

public String getCustomEmailSubject()
                             throws Exception
Specified by:
getCustomEmailSubject in interface CustomEmailAttribute
Throws:
Exception

getRouteHeaderVO

public Document getRouteHeaderVO()
Specified by:
getRouteHeaderVO in interface CustomEmailAttribute

setActionRequestVO

public void setActionRequestVO(ActionRequest actionRequestVO)
Specified by:
setActionRequestVO in interface CustomEmailAttribute

setRouteHeaderVO

public void setRouteHeaderVO(Document routeHeaderVO)
Specified by:
setRouteHeaderVO in interface CustomEmailAttribute


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.