Package snap.util
Class UserInfo
java.lang.Object
snap.util.UserInfo
This class holds user info.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the user full email address.static String
Returns the user email.static String
Returns the user name.static String
Sends an email with given from, to, subject, body and SendMail url.static void
setUserEmail
(String aValue) Sets the user email address.static void
setUserName
(String aValue) Sets the user name.
-
Constructor Details
-
UserInfo
public UserInfo()
-
-
Method Details
-
getUserName
Returns the user name. -
setUserName
Sets the user name. -
getUserEmail
Returns the user email. -
setUserEmail
Sets the user email address. -
getFullUserEmail
Returns the user full email address. -
sendMail
Sends an email with given from, to, subject, body and SendMail url.
-