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