public class UserSettings extends Object implements Serializable
Constructor and Description |
---|
UserSettings() |
UserSettings(org.gcube.portal.databook.shared.UserInfo userInfo,
int refreshingTimeInMillis,
String currentScope,
boolean isInfrastructure) |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentScope() |
int |
getRefreshingTimeInMillis() |
org.gcube.portal.databook.shared.UserInfo |
getUserInfo() |
boolean |
isInfrastructure() |
void |
setCurrentScope(String currentScope) |
void |
setInfrastructure(boolean isInfrastructure) |
void |
setRefreshingTimeInMillis(int refreshingTimeInMillis) |
void |
setUserInfo(org.gcube.portal.databook.shared.UserInfo userInfo) |
String |
toString() |
public UserSettings()
public UserSettings(org.gcube.portal.databook.shared.UserInfo userInfo, int refreshingTimeInMillis, String currentScope, boolean isInfrastructure)
public org.gcube.portal.databook.shared.UserInfo getUserInfo()
public void setUserInfo(org.gcube.portal.databook.shared.UserInfo userInfo)
public int getRefreshingTimeInMillis()
public void setRefreshingTimeInMillis(int refreshingTimeInMillis)
public String getCurrentScope()
public void setCurrentScope(String currentScope)
public boolean isInfrastructure()
public void setInfrastructure(boolean isInfrastructure)
Copyright © 2015. All Rights Reserved.