Class MessageActionDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.mail.action.MessageActionDescriptor
-
public class MessageActionDescriptor extends Object
- Author:
- Laurent Doguin
-
-
Constructor Summary
Constructors Constructor Description MessageActionDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageAction
getAction()
String
getId()
String
getTo()
void
setTo(String to)
-
-
-
Method Detail
-
getTo
public String getTo()
-
setTo
public void setTo(String to)
-
getId
public String getId()
-
getAction
public MessageAction getAction()
-
-