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