Example usage for android.os Parcelable interface-usage

List of usage examples for android.os Parcelable interface-usage

Introduction

In this page you can find the example usage for android.os Parcelable interface-usage.

Usage

From source file com.clover.sdk.v3.payments.BatchTotalType.java

@SuppressWarnings("all")
public final class BatchTotalType
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    /**
     * Total count of types

From source file com.clover.sdk.v3.hours.Reference.java

@SuppressWarnings("all")
public final class Reference
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    /**
     * ID of the reference that uses this set of hours

From source file com.clover.sdk.v3.inventory.TagItem.java

@SuppressWarnings("all")
public final class TagItem
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    public com.clover.sdk.v3.inventory.Tag getTag() {
        return genClient.cacheGet(CacheKey.tag);

From source file com.clover.sdk.v3.inventory.TagPrinter.java

@SuppressWarnings("all")
public final class TagPrinter
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    public com.clover.sdk.v3.inventory.Tag getTag() {
        return genClient.cacheGet(CacheKey.tag);

From source file com.citrus.sdk.payment.PaymentOption.java

/**
 * Created by salil on 13/2/15.
 */
public abstract class PaymentOption implements Parcelable {

    /**

From source file com.clover.sdk.v3.inventory.CategoryItem.java

@SuppressWarnings("all")
public final class CategoryItem
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    public com.clover.sdk.v3.inventory.Item getItem() {
        return genClient.cacheGet(CacheKey.item);

From source file com.clover.sdk.v3.inventory.ItemModifierGroup.java

@SuppressWarnings("all")
public final class ItemModifierGroup
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    public com.clover.sdk.v3.inventory.Item getItem() {
        return genClient.cacheGet(CacheKey.item);

From source file com.clover.sdk.v3.inventory.TaxRateItem.java

@SuppressWarnings("all")
public final class TaxRateItem
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    public com.clover.sdk.v3.inventory.TaxRate getTaxRate() {
        return genClient.cacheGet(CacheKey.taxRate);

From source file com.llc.bumpr.sdk.models.Driver.java

/**
 * A Driver class that represents the driver's profile.
 * @author KhangSiLe
 * @version 0.1
 */
public class Driver implements Parcelable {

From source file tv.ouya.console.api.store.Tag.java

public class Tag implements Parcelable {
    public static final Parcelable.Creator<Tag> CREATOR = null;
    public Boolean adminOnly;

    public Tag() {
    }