public class AccountInfo extends DtoBase implements CurrencyKludge
| Constructor and Description |
|---|
AccountInfo(String login,
String[] rights,
Date last_Login,
Date created,
long index,
TickerPrice monthly_Volume,
String language,
String id,
DynaBean wallets,
double trade_Fee) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
String |
getId() |
long |
getIndex() |
String |
getLanguage() |
Date |
getLast_Login() |
String |
getLogin() |
TickerPrice |
getMonthly_Volume() |
String[] |
getRights() |
double |
getTrade_Fee() |
DynaBean |
getWallets() |
void |
setCurrencyInfo(CurrencyInfo currencyInfo) |
public void setCurrencyInfo(CurrencyInfo currencyInfo)
setCurrencyInfo in interface CurrencyKludgepublic String getLogin()
public String[] getRights()
public Date getLast_Login()
public Date getCreated()
public long getIndex()
public TickerPrice getMonthly_Volume()
public String getLanguage()
public String getId()
public DynaBean getWallets()
public double getTrade_Fee()
Copyright © 2012. All Rights Reserved.