|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.console.web.command.UserCriteria
public class UserCriteria
Command class capturing the User criteria fields
| Constructor Summary | |
|---|---|
UserCriteria(String username,
String password,
String email)
Constructor |
|
| Method Summary | |
|---|---|
String |
getEmail()
Get the email |
String |
getPassword()
Get the password |
static long |
getSerialVersionUID()
Get the serial uid |
String |
getUsername()
Get the username |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserCriteria(String username,
String password,
String email)
username - - The username to checkpassword - - The password to checkemail - - The email to check| Method Detail |
|---|
public static long getSerialVersionUID()
public String getUsername()
public String getPassword()
public String getEmail()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||