Package eltos.simpledialogfragment.list
Class SimpleListItem
java.lang.Object
eltos.simpledialogfragment.list.SimpleListItem
- All Implemented Interfaces:
android.os.Parcelable
Created by eltos on 02.01.2017.
-
Nested Class Summary
-
Field Summary
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
ModifierConstructorDescriptionprotected
SimpleListItem
(String string) protected
SimpleListItem
(String string, long id) -
Method Summary
Modifier and TypeMethodDescriptionint
long
getId()
void
setId
(long id) void
toString()
void
writeToParcel
(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Constructor Details
-
SimpleListItem
-
SimpleListItem
-
-
Method Details
-
toString
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-
describeContents
public int describeContents()- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
getString
-
setString
-
setId
public void setId(long id) -
getId
public long getId()
-