com.elibom.client
Class User

java.lang.Object
  extended by com.elibom.client.User

public class User
extends Object

Author:
German Escobar

Constructor Summary
User(org.json.JSONObject json)
           
 
Method Summary
 String getEmail()
           
 long getId()
           
 String getName()
           
 String getStatus()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User(org.json.JSONObject json)
     throws org.json.JSONException
Throws:
org.json.JSONException
Method Detail

getId

public long getId()

getName

public String getName()

getEmail

public String getEmail()

getStatus

public String getStatus()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.