lumis.service.socialnetworkservices.microblog.entity
Class UserFollowsDecorator

Package class diagram package UserFollowsDecorator
java.lang.Object
  extended by lumis.service.socialnetworkservices.microblog.entity.UserFollows
      extended by lumis.service.socialnetworkservices.microblog.entity.UserFollowsDecorator
All Implemented Interfaces:
Serializable

public class UserFollowsDecorator
extends UserFollows

Util class used to return extra information about the User following process in the Microblog Service.

Since:
6.1.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.service.socialnetworkservices.microblog.entity.UserFollows
FIND_BY_USER_ID, FIND_BY_USER_SERVICE_INSTANCE_AND_SOCIAL_NETWORK
 
Constructor Summary
UserFollowsDecorator()
           
 
Method Summary
 String getFollowedUserName()
          Returns the followedUserName.
 String getFollowerUserName()
          Returns the followerUserName.
 void setFollowedUserName(String followedUserName)
          Sets the followedUserName.
 void setFollowerUserName(String followerUserName)
          Sets the followerUserName.
 
Methods inherited from class lumis.service.socialnetworkservices.microblog.entity.UserFollows
getFollowedUserId, getId, getServiceInstanceId, getSocialNetworkId, getUserId, setFollowedUserId, setId, setServiceInstanceId, setSocialNetworkId, setUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserFollowsDecorator

public UserFollowsDecorator()
Method Detail

getFollowerUserName

public String getFollowerUserName()
Returns the followerUserName.

Returns:
the followerUserName
Since:
6.1.0

setFollowerUserName

public void setFollowerUserName(String followerUserName)
Sets the followerUserName.

Parameters:
followerUserName - the followerUserName value to set.
Since:
6.1.0

getFollowedUserName

public String getFollowedUserName()
Returns the followedUserName.

Returns:
the followedUserName
Since:
6.1.0

setFollowedUserName

public void setFollowedUserName(String followedUserName)
Sets the followedUserName.

Parameters:
followedUserName - the followedUserName value to set.
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.