public class SquareSuggestion
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
private boolean |
mIsHistory |
private Square |
mSquare |
private java.lang.String |
mSquareName |
Constructor and Description |
---|
SquareSuggestion(Parcel source) |
SquareSuggestion(Square square) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBody() |
Creator |
getCreator() |
boolean |
getIsHistory() |
Square |
getSquare() |
void |
setIsHistory(boolean isHistory) |
void |
writeToParcel(Parcel dest,
int flags) |
private Square mSquare
private java.lang.String mSquareName
private boolean mIsHistory
public static final <any> CREATOR
public SquareSuggestion(Square square)
public SquareSuggestion(Parcel source)
public Square getSquare()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public void setIsHistory(boolean isHistory)
public boolean getIsHistory()
public java.lang.String getBody()
public Creator getCreator()
public int describeContents()
public void writeToParcel(Parcel dest, int flags)