-
- 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 longidprotected Stringidentifierprotected Doublelatitudeprotected Doublelongitudeprotected Stringnameprotected Stringaddressprotected Stringwebpageprotected DoubledistanceKmpublic final static Parcelable.Creator<MenigaOfferMerchantLocation>CREATOR
-
Method Summary
Modifier and Type Method Description intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)inthashCode()longgetId()StringgetIdentifier()DoublegetLatitude()DoublegetLongitude()StringgetName()StringgetAddress()StringgetWebpage()DoublegetDistanceKm()-
-
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()
-
-
-
-