eg.com.espace.wenear.client
Class WeNearClient.UserFriendsService.TFriendInfo

java.lang.Object
  extended by eg.com.espace.wenear.client.WeNearClient.UserFriendsService.TFriendInfo
Enclosing class:
WeNearClient.UserFriendsService

public static class WeNearClient.UserFriendsService.TFriendInfo
extends java.lang.Object


Constructor Summary
WeNearClient.UserFriendsService.TFriendInfo(double accuracy, boolean isActive, boolean isVisible, double latitude, java.lang.String login, double longitude)
           
 
Method Summary
 double getAccuracy()
           
 boolean getIsActive()
           
 boolean getIsVisible()
           
 double getLatitude()
           
 java.lang.String getLogin()
           
 double getLongitude()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeNearClient.UserFriendsService.TFriendInfo

public WeNearClient.UserFriendsService.TFriendInfo(double accuracy,
                                                   boolean isActive,
                                                   boolean isVisible,
                                                   double latitude,
                                                   java.lang.String login,
                                                   double longitude)
Method Detail

getAccuracy

public double getAccuracy()

getIsActive

public boolean getIsActive()

getIsVisible

public boolean getIsVisible()

getLatitude

public double getLatitude()

getLogin

public java.lang.String getLogin()

getLongitude

public double getLongitude()