public class NewUser extends Object
Constructor and Description |
---|
NewUser()
Default Constructor
|
NewUser(String fullName,
String userId,
String userPasswd,
String confirm,
String userComments,
String userEmail,
String numericSvc,
String numericPin,
String txtSvc,
String txtPin,
String duty)
Constructor for NewUser.
|
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Getter for the field
comments . |
String |
getConfirmpasswd()
Getter for the field
confirmpasswd . |
String |
getDutysch()
Getter for the field
dutysch . |
String |
getEmail()
Getter for the field
email . |
String |
getFullname()
Getter for the field
fullname . |
String |
getNumpin()
Getter for the field
numpin . |
String |
getNumsvc()
Getter for the field
numsvc . |
String |
getPasswd()
Getter for the field
passwd . |
String |
getTxtpin()
Getter for the field
txtpin . |
String |
getTxtsvc()
Getter for the field
txtsvc . |
String |
getUser()
Getter for the field
user . |
void |
setComments(String comments)
Setter for the field
comments . |
void |
setConfirmpasswd(String confirmPass)
Setter for the field
confirmpasswd . |
void |
setDutysch(String duty)
Setter for the field
dutysch . |
void |
setEmail(String email)
Setter for the field
email . |
void |
setFullname(String name)
Setter for the field
fullname . |
void |
setNumpin(String pin)
Setter for the field
numpin . |
void |
setNumsvc(String num)
Setter for the field
numsvc . |
void |
setPasswd(String passwd)
Setter for the field
passwd . |
void |
setTxtpin(String pin)
Setter for the field
txtpin . |
void |
setTxtsvc(String svc)
Setter for the field
txtsvc . |
void |
setUser(String user)
Setter for the field
user . |
String |
toString()
toString
|
public NewUser()
public NewUser(String fullName, String userId, String userPasswd, String confirm, String userComments, String userEmail, String numericSvc, String numericPin, String txtSvc, String txtPin, String duty)
Constructor for NewUser.
fullName
- a String
object.userId
- a String
object.userPasswd
- a String
object.confirm
- a String
object.userComments
- a String
object.userEmail
- a String
object.numericSvc
- a String
object.numericPin
- a String
object.txtSvc
- a String
object.txtPin
- a String
object.duty
- a String
object.public String getConfirmpasswd()
Getter for the field confirmpasswd
.
String
object.public void setFullname(String name)
Setter for the field fullname
.
name
- a String
object.public void setUser(String user)
Setter for the field user
.
user
- a String
object.public void setPasswd(String passwd)
Setter for the field passwd
.
passwd
- a String
object.public void setConfirmpasswd(String confirmPass)
Setter for the field confirmpasswd
.
confirmPass
- a String
object.public void setComments(String comments)
Setter for the field comments
.
comments
- a String
object.public void setEmail(String email)
Setter for the field email
.
email
- a String
object.public void setNumsvc(String num)
Setter for the field numsvc
.
num
- a String
object.public void setNumpin(String pin)
Setter for the field numpin
.
pin
- a String
object.public void setTxtsvc(String svc)
Setter for the field txtsvc
.
svc
- a String
object.public void setTxtpin(String pin)
Setter for the field txtpin
.
pin
- a String
object.public void setDutysch(String duty)
Setter for the field dutysch
.
duty
- a String
object.Copyright © 2021. All rights reserved.