public class Order extends Object implements Parcelable
Customer
object.Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<Order> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
Order(JSONObject data) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
Long |
getCreatedTime() |
String |
getId() |
Long |
getModifiedTime() |
Long |
getTotal() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<Order> CREATOR
public Order(JSONObject data)
public String getId()
public Long getTotal()
public Long getCreatedTime()
public Long getModifiedTime()
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable