public abstract class AbstractMail extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Locale |
locale |
protected String |
to |
| Constructor and Description |
|---|
AbstractMail(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoselmarUrl() |
Locale |
getLocale() |
abstract String |
getSubject() |
String |
getTo() |
boolean |
isRecipientProvided() |
void |
setCoselmarUrl(String coselmarUrl) |
void |
setTo(String mail) |
String |
toString() |
public AbstractMail(Locale locale)
public Locale getLocale()
public String getTo()
public void setTo(String mail)
public abstract String getSubject()
public boolean isRecipientProvided()
public String getCoselmarUrl()
public void setCoselmarUrl(String coselmarUrl)
Copyright © 2014–2015 Ifremer. All rights reserved.