com.elibom.client
Class Account

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

public class Account
extends Object

Author:
Germán Escobar

Constructor Summary
Account(org.json.JSONObject json)
           
 
Method Summary
 BigDecimal getCredits()
           
 String getName()
           
 long getOwnerId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Account

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

getName

public String getName()

getCredits

public BigDecimal getCredits()

getOwnerId

public long getOwnerId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.