com.pras.auth
Class Account

java.lang.Object
  extended by com.pras.auth.Account

public class Account
extends java.lang.Object

Account data holding class

Author:
Prasanta Paul

Constructor Summary
Account()
           
 
Method Summary
 java.lang.String getAccountType()
           
 java.lang.String getEmail()
           
 java.lang.String getPassword()
           
 void setAccountType(java.lang.String accountType)
           
 void setEmail(java.lang.String email)
           
 void setPassword(java.lang.String password)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account()
Method Detail

getEmail

public java.lang.String getEmail()

setEmail

public void setEmail(java.lang.String email)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

getAccountType

public java.lang.String getAccountType()

setAccountType

public void setAccountType(java.lang.String accountType)