public class Email extends Object
| Constructor and Description |
|---|
Email() |
Email(String from,
String to,
String subject,
String body) |
public String getFrom()
public void setFrom(String from)
public String getTo()
public void setTo(String to)
public String getSubject()
public void setSubject(String subject)
public String getBody()
public void setBody(String body)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.