com.silverpeas.socialnetwork.user.model
Class SNFullUser

java.lang.Object
  extended by com.silverpeas.socialnetwork.user.model.SNFullUser

public class SNFullUser
extends Object

A social network user.

Author:
Bensalem Nabil

Constructor Summary
SNFullUser(String userId)
           
 
Method Summary
 String getDuration()
           
 String getPhone()
           
 String getProfilPhoto()
           
 UserFull getUserFull()
           
 boolean isConnected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SNFullUser

public SNFullUser(String userId)
Method Detail

isConnected

public boolean isConnected()

getDuration

public String getDuration()

getProfilPhoto

public String getProfilPhoto()

getUserFull

public UserFull getUserFull()

getPhone

public String getPhone()


Copyright © 2016 Silverpeas. All Rights Reserved.