Package org.opennms.web.admin.users
Class NewUser
- java.lang.Object
-
- org.opennms.web.admin.users.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
-
-
Constructor Summary
Constructors Constructor Description NewUser()
Default ConstructorNewUser(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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComments()
Getter for the fieldcomments
.String
getConfirmpasswd()
Getter for the fieldconfirmpasswd
.String
getDutysch()
Getter for the fielddutysch
.String
getEmail()
Getter for the fieldemail
.String
getFullname()
Getter for the fieldfullname
.String
getNumpin()
Getter for the fieldnumpin
.String
getNumsvc()
Getter for the fieldnumsvc
.String
getPasswd()
Getter for the fieldpasswd
.String
getTxtpin()
Getter for the fieldtxtpin
.String
getTxtsvc()
Getter for the fieldtxtsvc
.String
getUser()
Getter for the fielduser
.void
setComments(String comments)
Setter for the fieldcomments
.void
setConfirmpasswd(String confirmPass)
Setter for the fieldconfirmpasswd
.void
setDutysch(String duty)
Setter for the fielddutysch
.void
setEmail(String email)
Setter for the fieldemail
.void
setFullname(String name)
Setter for the fieldfullname
.void
setNumpin(String pin)
Setter for the fieldnumpin
.void
setNumsvc(String num)
Setter for the fieldnumsvc
.void
setPasswd(String passwd)
Setter for the fieldpasswd
.void
setTxtpin(String pin)
Setter for the fieldtxtpin
.void
setTxtsvc(String svc)
Setter for the fieldtxtsvc
.void
setUser(String user)
Setter for the fielduser
.String
toString()
toString
-
-
-
Constructor Detail
-
NewUser
public NewUser()
Default Constructor
-
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.
- Parameters:
fullName
- aString
object.userId
- aString
object.userPasswd
- aString
object.confirm
- aString
object.userComments
- aString
object.userEmail
- aString
object.numericSvc
- aString
object.numericPin
- aString
object.txtSvc
- aString
object.txtPin
- aString
object.duty
- aString
object.
-
-
Method Detail
-
getConfirmpasswd
public String getConfirmpasswd()
Getter for the field
confirmpasswd
.- Returns:
- a
String
object.
-
setFullname
public void setFullname(String name)
Setter for the field
fullname
.- Parameters:
name
- aString
object.
-
setUser
public void setUser(String user)
Setter for the field
user
.- Parameters:
user
- aString
object.
-
setPasswd
public void setPasswd(String passwd)
Setter for the field
passwd
.- Parameters:
passwd
- aString
object.
-
setConfirmpasswd
public void setConfirmpasswd(String confirmPass)
Setter for the field
confirmpasswd
.- Parameters:
confirmPass
- aString
object.
-
setComments
public void setComments(String comments)
Setter for the field
comments
.- Parameters:
comments
- aString
object.
-
setEmail
public void setEmail(String email)
Setter for the field
email
.- Parameters:
email
- aString
object.
-
setNumsvc
public void setNumsvc(String num)
Setter for the field
numsvc
.- Parameters:
num
- aString
object.
-
setNumpin
public void setNumpin(String pin)
Setter for the field
numpin
.- Parameters:
pin
- aString
object.
-
setTxtsvc
public void setTxtsvc(String svc)
Setter for the field
txtsvc
.- Parameters:
svc
- aString
object.
-
setTxtpin
public void setTxtpin(String pin)
Setter for the field
txtpin
.- Parameters:
pin
- aString
object.
-
setDutysch
public void setDutysch(String duty)
Setter for the field
dutysch
.- Parameters:
duty
- aString
object.
-
-