Class UserSettings

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class UserSettings
    extends Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    • Constructor Detail

      • UserSettings

        public UserSettings()
      • UserSettings

        public UserSettings​(org.gcube.portal.databook.shared.UserInfo userInfo,
                            int refreshingTimeInMillis,
                            String currentScope,
                            String vreLabel,
                            boolean isInfrastructure,
                            boolean showTimelineSourceLabel)
    • Method Detail

      • isShowTimelineSourceLabel

        public boolean isShowTimelineSourceLabel()
      • setShowTimelineSourceLabel

        public void setShowTimelineSourceLabel​(boolean showTimelineSourceLabel)
      • getUserInfo

        public org.gcube.portal.databook.shared.UserInfo getUserInfo()
      • setUserInfo

        public void setUserInfo​(org.gcube.portal.databook.shared.UserInfo userInfo)
      • getRefreshingTimeInMillis

        public int getRefreshingTimeInMillis()
      • setRefreshingTimeInMillis

        public void setRefreshingTimeInMillis​(int refreshingTimeInMillis)
      • getCurrentScope

        public String getCurrentScope()
      • setCurrentScope

        public void setCurrentScope​(String currentScope)
      • isInfrastructure

        public boolean isInfrastructure()
      • setInfrastructure

        public void setInfrastructure​(boolean isInfrastructure)
      • getVreLabel

        public String getVreLabel()
      • setVreLabel

        public void setVreLabel​(String channelName)