Class 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
    Version:
    $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    See Also:
    Serialized Form
    • 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