org.exoplatform.social.service.rest
Class PeopleRestService.ConnectionInfoRestOut

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Enclosing class:
PeopleRestService

public static class PeopleRestService.ConnectionInfoRestOut
extends HashMap<String,Object>

See Also:
Serialized Form

Nested Class Summary
static class PeopleRestService.ConnectionInfoRestOut.Field
           
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
PeopleRestService.ConnectionInfoRestOut()
          Default constructor, used by JAX-RS.
PeopleRestService.ConnectionInfoRestOut(org.exoplatform.social.core.identity.model.Identity identity, org.apache.shindig.social.opensocial.model.Activity lastestActivity, String lang)
           
 
Method Summary
 String getActivityId()
           
 String getActivityTitle()
           
 String getAvatarUrl()
           
 String getDisplayName()
           
 String getPosition()
           
 String getPrettyPostedTime()
           
 String getProfileUrl()
           
 void setActivityId(String activityId)
           
 void setActivityTitle(String activityTitle)
           
 void setAvatarUrl(String avatarUrl)
           
 void setDisplayName(String displayName)
           
 void setPosition(String position)
           
 void setPrettyPostedTime(String postedTime)
           
 void setProfileUrl(String profileUrl)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

PeopleRestService.ConnectionInfoRestOut

public PeopleRestService.ConnectionInfoRestOut()
Default constructor, used by JAX-RS.


PeopleRestService.ConnectionInfoRestOut

public PeopleRestService.ConnectionInfoRestOut(org.exoplatform.social.core.identity.model.Identity identity,
                                               org.apache.shindig.social.opensocial.model.Activity lastestActivity,
                                               String lang)
Method Detail

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getAvatarUrl

public String getAvatarUrl()

setAvatarUrl

public void setAvatarUrl(String avatarUrl)

getProfileUrl

public String getProfileUrl()

setProfileUrl

public void setProfileUrl(String profileUrl)

getActivityTitle

public String getActivityTitle()

setActivityTitle

public void setActivityTitle(String activityTitle)

getPrettyPostedTime

public String getPrettyPostedTime()

setPrettyPostedTime

public void setPrettyPostedTime(String postedTime)

getPosition

public String getPosition()

setPosition

public void setPosition(String position)

getActivityId

public String getActivityId()

setActivityId

public void setActivityId(String activityId)


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.