Class Friend
java.lang.Object
com.arubanetworks.meridian.locationsharing.Friend
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static Friend
fromJSON
(JSONObject json) fromJSONList
(JSONArray jsonArray) getInitialsBitmap
(int width, int height, int fontSize, int color) getKey()
int
hashCode()
boolean
isInSameMapAndSharing
(EditorKey mapKey) boolean
void
setFullName
(String fullName) void
void
setLocation
(Location location) void
setPhotoUrl
(String photoUrl) void
setSharing
(boolean sharing)
-
Constructor Details
-
Friend
public Friend()
-
-
Method Details
-
fromJSON
- Throws:
JSONException
-
isInSameMapAndSharing
-
isSharing
public boolean isSharing() -
fromJSONList
- Throws:
JSONException
-
getInitials
-
getKey
-
setKey
-
setFullName
-
getFullName
-
getLocation
-
setLocation
-
getPhotoUrl
-
setPhotoUrl
-
setSharing
public void setSharing(boolean sharing) -
getInitialsBitmap
-
hashCode
public int hashCode() -
equals
-