org.opennms.web.admin.users
Class NewUser

java.lang.Object
  extended by 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
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.
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 - 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.
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.

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.


Copyright © 2011. All Rights Reserved.