Class EMailDetails

java.lang.Object
sk.iway.iwcm.dmail.EMailDetails

public class EMailDetails extends Object
drzi info o emaile
  • Constructor Details

    • EMailDetails

      public EMailDetails()
  • Method Details

    • getFull_name

      public String getFull_name()
      Gets the name attribute of the EMailDetails object
      Returns:
      The name value
    • setFull_name

      public void setFull_name(String full_name)
      Sets the name attribute of the EMailDetails object
      Parameters:
      full_name - The new full_name value
    • setEmail

      public void setEmail(String email)
      Sets the email attribute of the EMailDetails object
      Parameters:
      email - The new email value
    • getEmail

      public String getEmail()
      Gets the email attribute of the EMailDetails object
      Returns:
      The email value
    • setUserGroups

      public void setUserGroups(String userGroups)
      Sets the userGroups attribute of the EMailDetails object
      Parameters:
      userGroups - The new userGroups value
    • getUserGroups

      public String getUserGroups()
      Gets the userGroups attribute of the EMailDetails object
      Returns:
      The userGroups value
    • setUserId

      public void setUserId(int userId)
    • getUserId

      public int getUserId()