org.gcube.portlets.user.shareupdates.shared
Class UserSettings
java.lang.Object
org.gcube.portlets.user.shareupdates.shared.UserSettings
- All Implemented Interfaces:
- Serializable
public class UserSettings
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
UserSettings()
|
UserSettings(org.gcube.portal.databook.shared.UserInfo userInfo,
int refreshingTimeInMillis,
String currentScope,
boolean isInfrastructure)
|
UserSettings
public UserSettings()
UserSettings
public UserSettings(org.gcube.portal.databook.shared.UserInfo userInfo,
int refreshingTimeInMillis,
String currentScope,
boolean isInfrastructure)
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)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014. All Rights Reserved.