-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public class MenigaOfferMerchantLocation implements Serializable, Parcelable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected long
id
protected String
identifier
protected Double
latitude
protected Double
longitude
protected String
name
protected String
address
protected String
webpage
protected Double
distanceKm
public final static Parcelable.Creator<MenigaOfferMerchantLocation>
CREATOR
-
Method Summary
Modifier and Type Method Description int
describeContents()
void
writeToParcel(Parcel dest, int flags)
boolean
equals(Object o)
int
hashCode()
long
getId()
String
getIdentifier()
Double
getLatitude()
Double
getLongitude()
String
getName()
String
getAddress()
String
getWebpage()
Double
getDistanceKm()
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
getId
long getId()
-
getIdentifier
String getIdentifier()
-
getLatitude
Double getLatitude()
-
getLongitude
Double getLongitude()
-
getAddress
String getAddress()
-
getWebpage
String getWebpage()
-
getDistanceKm
Double getDistanceKm()
-
-
-
-