org.ikasan.console.web.command
Class UserCriteria

java.lang.Object
  extended by org.ikasan.console.web.command.UserCriteria
All Implemented Interfaces:
Serializable

public class UserCriteria
extends Object
implements Serializable

Command class capturing the User criteria fields

Author:
Ikasan Development Team
See Also:
Serialized Form

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

UserCriteria

public UserCriteria(String username,
                    String password,
                    String email)
Constructor

Parameters:
username - - The username to check
password - - The password to check
email - - The email to check
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Get the serial uid

Returns:
serial uid

getUsername

public String getUsername()
Get the username

Returns:
username

getPassword

public String getPassword()
Get the password

Returns:
password

getEmail

public String getEmail()
Get the email

Returns:
email


Copyright © 2007-2014 Ikasan. All Rights Reserved.