|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.admin.users.NewUser
public class NewUser
Add new user Bean, containing data from the user info page.
| 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 |
|---|
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.| Method Detail |
|---|
public String getFullname()
Getter for the field fullname.
String object.public String getUser()
Getter for the field user.
String object.public String getPasswd()
Getter for the field passwd.
String object.public String getConfirmpasswd()
Getter for the field confirmpasswd.
String object.public String getComments()
Getter for the field comments.
String object.public String getEmail()
Getter for the field email.
String object.public String getNumsvc()
Getter for the field numsvc.
String object.public String getNumpin()
Getter for the field numpin.
String object.public String getTxtsvc()
Getter for the field txtsvc.
String object.public String getTxtpin()
Getter for the field txtpin.
String object.public String getDutysch()
Getter for the field dutysch.
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.public String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||