public class SelectedView
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<SelectedView> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
SelectedView(android.os.Parcel in) |
|
SelectedView(android.view.View view,
int position,
long id) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
long |
getId() |
int |
getPosition() |
android.view.View |
getView() |
int |
hashCode() |
void |
setId(long id) |
void |
setPosition(int position) |
void |
setView(android.view.View view) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<SelectedView> CREATOR
public SelectedView(android.view.View view,
int position,
long id)
protected SelectedView(android.os.Parcel in)
public android.view.View getView()
public void setView(android.view.View view)
public int getPosition()
public void setPosition(int position)
public long getId()
public void setId(long id)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable