public class UserContext extends Object implements Serializable
Constructor and Description |
---|
UserContext() |
UserContext(org.gcube.portal.databook.shared.UserInfo userInfo,
String headline,
String institution,
String currentScope,
boolean isOwner) |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentScope() |
String |
getHeadline() |
String |
getInstitution() |
org.gcube.portal.databook.shared.UserInfo |
getUserInfo() |
boolean |
isOwner() |
void |
setCurrentScope(String currentScope) |
void |
setHeadline(String headline) |
void |
setInstitution(String institution) |
void |
setOwner(boolean isOwner) |
void |
setUserInfo(org.gcube.portal.databook.shared.UserInfo userInfo) |
public org.gcube.portal.databook.shared.UserInfo getUserInfo()
public void setUserInfo(org.gcube.portal.databook.shared.UserInfo userInfo)
public String getHeadline()
public void setHeadline(String headline)
public String getInstitution()
public void setInstitution(String institution)
public String getCurrentScope()
public void setCurrentScope(String currentScope)
public boolean isOwner()
public void setOwner(boolean isOwner)
Copyright © 2014. All Rights Reserved.