org.gcube.portlets.user.socialprofile.shared
Class UserContext

java.lang.Object
  extended by org.gcube.portlets.user.socialprofile.shared.UserContext
All Implemented Interfaces:
Serializable

public class UserContext
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UserContext()
           
UserContext(org.gcube.portal.databook.shared.UserInfo userInfo, String headline, String institution, String currentScope, boolean isOwner)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserContext

public UserContext()

UserContext

public UserContext(org.gcube.portal.databook.shared.UserInfo userInfo,
                   String headline,
                   String institution,
                   String currentScope,
                   boolean isOwner)
Method Detail

getUserInfo

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

setUserInfo

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

getHeadline

public String getHeadline()

setHeadline

public void setHeadline(String headline)

getInstitution

public String getInstitution()

setInstitution

public void setInstitution(String institution)

getCurrentScope

public String getCurrentScope()

setCurrentScope

public void setCurrentScope(String currentScope)

isOwner

public boolean isOwner()

setOwner

public void setOwner(boolean isOwner)


Copyright © 2014. All Rights Reserved.