Class NewUser


  • public class NewUser
    extends Object
    Add new user Bean, containing data from the user info page.
    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    • Method Detail

      • getFullname

        public String getFullname()

        Getter for the field fullname.

        Returns:
        a String object.
      • getUser

        public String getUser()

        Getter for the field user.

        Returns:
        a String object.
      • getPasswd

        public String getPasswd()

        Getter for the field passwd.

        Returns:
        a String object.
      • getConfirmpasswd

        public String getConfirmpasswd()

        Getter for the field confirmpasswd.

        Returns:
        a String object.
      • getComments

        public String getComments()

        Getter for the field comments.

        Returns:
        a String object.
      • getEmail

        public String getEmail()

        Getter for the field email.

        Returns:
        a String object.
      • getNumsvc

        public String getNumsvc()

        Getter for the field numsvc.

        Returns:
        a String object.
      • getNumpin

        public String getNumpin()

        Getter for the field numpin.

        Returns:
        a String object.
      • getTxtsvc

        public String getTxtsvc()

        Getter for the field txtsvc.

        Returns:
        a String object.
      • getTxtpin

        public String getTxtpin()

        Getter for the field txtpin.

        Returns:
        a String object.
      • getDutysch

        public String getDutysch()

        Getter for the field dutysch.

        Returns:
        a String object.
      • setFullname

        public void setFullname​(String name)

        Setter for the field fullname.

        Parameters:
        name - a String object.
      • setUser

        public void setUser​(String user)

        Setter for the field user.

        Parameters:
        user - a String object.
      • setPasswd

        public void setPasswd​(String passwd)

        Setter for the field passwd.

        Parameters:
        passwd - a String object.
      • setConfirmpasswd

        public void setConfirmpasswd​(String confirmPass)

        Setter for the field confirmpasswd.

        Parameters:
        confirmPass - a String object.
      • setComments

        public void setComments​(String comments)

        Setter for the field comments.

        Parameters:
        comments - a String object.
      • setEmail

        public void setEmail​(String email)

        Setter for the field email.

        Parameters:
        email - a String object.
      • setNumsvc

        public void setNumsvc​(String num)

        Setter for the field numsvc.

        Parameters:
        num - a String object.
      • setNumpin

        public void setNumpin​(String pin)

        Setter for the field numpin.

        Parameters:
        pin - a String object.
      • setTxtsvc

        public void setTxtsvc​(String svc)

        Setter for the field txtsvc.

        Parameters:
        svc - a String object.
      • setTxtpin

        public void setTxtpin​(String pin)

        Setter for the field txtpin.

        Parameters:
        pin - a String object.
      • setDutysch

        public void setDutysch​(String duty)

        Setter for the field dutysch.

        Parameters:
        duty - a String object.