Class Config
java.lang.Object
com.caplin.motif.config.definitions.client.Config
Config
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplication
(Application application) defaultAccounts
(Map<String, Account> defaultAccounts) boolean
Get applicationAccounts belonging to this user, keyed by their Account IDgetTobo()
Get toboGet userInfoint
hashCode()
putDefaultAccountsItem
(String key, Account defaultAccountsItem) void
setApplication
(Application application) void
setDefaultAccounts
(Map<String, Account> defaultAccounts) void
void
setUserInfo
(UserInfo userInfo) toString()
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
tobo
-
getTobo
Get tobo- Returns:
- tobo
-
setTobo
-
defaultAccounts
-
putDefaultAccountsItem
-
getDefaultAccounts
Accounts belonging to this user, keyed by their Account ID- Returns:
- defaultAccounts
-
setDefaultAccounts
-
userInfo
-
getUserInfo
Get userInfo- Returns:
- userInfo
-
setUserInfo
-
application
-
getApplication
Get application- Returns:
- application
-
setApplication
-
equals
-
hashCode
public int hashCode() -
toString
-