Class Friend
java.lang.Object
com.arubanetworks.meridian.locationsharing.Friend
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FriendfromJSON(JSONObject json) fromJSONList(JSONArray jsonArray) getInitialsBitmap(int width, int height, int fontSize, int color) getKey()inthashCode()booleanisInSameMapAndSharing(EditorKey mapKey) booleanvoidsetFullName(String fullName) voidvoidsetLocation(Location location) voidsetPhotoUrl(String photoUrl) voidsetSharing(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
-