public class Site
extends java.lang.Object
implements java.io.Serializable, android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<Site> |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
Site(android.os.Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCurrencyId() |
java.lang.String |
getId() |
java.lang.String |
getTermsAndConditionsUrl() |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<Site> CREATOR
public java.lang.String getId()
public java.lang.String getCurrencyId()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public java.lang.String getTermsAndConditionsUrl()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object