public class SendEmailAction extends Action
| Modifier and Type | Field and Description |
|---|---|
String |
body |
String |
ccList |
String |
subject |
String |
toList |
dynamicProperty, dynamicType| Constructor and Description |
|---|
SendEmailAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getCcList() |
String |
getSubject() |
String |
getToList() |
void |
setBody(String body) |
void |
setCcList(String ccList) |
void |
setSubject(String subject) |
void |
setToList(String toList) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String toList
public String ccList
public String subject
public String body
public String getToList()
public String getCcList()
public String getSubject()
public String getBody()
public void setToList(String toList)
public void setCcList(String ccList)
public void setSubject(String subject)
public void setBody(String body)
Copyright © 2011-2012. All Rights Reserved.