E - Type of the data object to wrappublic class FlatEntityParcelable<E>
extends java.lang.Object
implements android.os.Parcelable
Parcel.Parcel!| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<?> |
CREATOR |
| Constructor and Description |
|---|
FlatEntityParcelable(E data) |
FlatEntityParcelable(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
E |
getEntity()
Retrieve the wrapped data object.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public FlatEntityParcelable(E data)
public FlatEntityParcelable(android.os.Parcel in)
public E getEntity()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.ParcelableCopyright © 2015 arconsis IT-Solutions GmbH. All Rights Reserved.