-
- All Implemented Interfaces:
-
android.os.Parcelable
public class UpdateFavoriteParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private AFavoritefavoritePrevprivate AFavoritefavoriteNewpublic final static Parcelable.Creator<UpdateFavoriteParams>CREATOR
-
Constructor Summary
Constructors Constructor Description UpdateFavoriteParams(AFavorite favoritePrev, AFavorite favoriteNew)UpdateFavoriteParams(Parcel in)
-
Method Summary
Modifier and Type Method Description AFavoritegetFavoritePrev()AFavoritegetFavoriteNew()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFavoritePrev
AFavorite getFavoritePrev()
-
getFavoriteNew
AFavorite getFavoriteNew()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-