public class UserContext extends Object implements Serializable
Constructor and Description |
---|
UserContext() |
UserContext(org.gcube.portal.databook.shared.UserInfo userInfo,
HashMap<ContactType,String> informations,
boolean isOwner,
boolean isInfrastructure) |
Modifier and Type | Method and Description |
---|---|
HashMap<ContactType,String> |
getInformations() |
org.gcube.portal.databook.shared.UserInfo |
getUserInfo() |
boolean |
isInfrastructure() |
boolean |
isOwner() |
void |
setInformations(HashMap<ContactType,String> informations) |
void |
setInfrastructure(boolean isInfrastructure) |
void |
setOwner(boolean isOwner) |
void |
setUserInfo(org.gcube.portal.databook.shared.UserInfo userInfo) |
public UserContext()
public UserContext(org.gcube.portal.databook.shared.UserInfo userInfo, HashMap<ContactType,String> informations, boolean isOwner, boolean isInfrastructure)
public org.gcube.portal.databook.shared.UserInfo getUserInfo()
public void setUserInfo(org.gcube.portal.databook.shared.UserInfo userInfo)
public HashMap<ContactType,String> getInformations()
public void setInformations(HashMap<ContactType,String> informations)
public boolean isOwner()
public void setOwner(boolean isOwner)
public boolean isInfrastructure()
public void setInfrastructure(boolean isInfrastructure)
Copyright © 2015. All Rights Reserved.