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