Package sk.iway.iwcm.dmail
Class EMailDetails
java.lang.Object
sk.iway.iwcm.dmail.EMailDetails
drzi info o emaile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Gets the email attribute of the EMailDetails objectGets the name attribute of the EMailDetails objectGets the userGroups attribute of the EMailDetails objectint
void
Sets the email attribute of the EMailDetails objectvoid
setFull_name
(String full_name) Sets the name attribute of the EMailDetails objectvoid
setUserGroups
(String userGroups) Sets the userGroups attribute of the EMailDetails objectvoid
setUserId
(int userId)
-
Constructor Details
-
EMailDetails
public EMailDetails()
-
-
Method Details
-
getFull_name
Gets the name attribute of the EMailDetails object- Returns:
- The name value
-
setFull_name
Sets the name attribute of the EMailDetails object- Parameters:
full_name
- The new full_name value
-
setEmail
Sets the email attribute of the EMailDetails object- Parameters:
email
- The new email value
-
getEmail
Gets the email attribute of the EMailDetails object- Returns:
- The email value
-
setUserGroups
Sets the userGroups attribute of the EMailDetails object- Parameters:
userGroups
- The new userGroups value
-
getUserGroups
Gets the userGroups attribute of the EMailDetails object- Returns:
- The userGroups value
-
setUserId
public void setUserId(int userId) -
getUserId
public int getUserId()
-