Package de.hirola.sportslibrary.model
Class Track.Id
- java.lang.Object
-
- de.hirola.sportslibrary.model.Track.Id
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()booleanequals(Object o)longgetId()Get the id.inthashCode()StringtoString()voidwriteToParcel(android.os.Parcel parcel, int i)
-
-
-
Method Detail
-
getId
public long getId()
Get the id.- Returns:
- The id
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel parcel, int i)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
-