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.sayar.requests.Response.java

/**
 * This class contains response of a request.
 * 
 * This class implements the Parcelable interface.
 * 
 * @author ramisayar

From source file com.clover.sdk.v3.configurator.AppConfig.java

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

    /**
     * Unique identifier

From source file moodle.android.moodle.model.CourseContent.java

public class CourseContent implements Parcelable {
    //private static CourseContent instance;

    public CourseContent() {

    }

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

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

    public java.lang.String getId() {
        return genClient.cacheGet(CacheKey.id);

From source file moodle.android.moodle.model.Course.java

public class Course implements Parcelable {
    //private static Course instance;

    public Course() {

    }

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

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

    public com.clover.sdk.v3.payments.BatchTotalStats getBatchTotals() {
        return genClient.cacheGet(CacheKey.batchTotals);

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

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

    /**
     * Unique identifier

From source file com.clover.sdk.v3.entitlements.MerchantGatewayEntitlement.java

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

    /**
     * Unique identifier

From source file edu.pdx.its.portal.routelandia.entities.TrafficStat.java

/**
 * Created by locle on 2/27/15.
 */
public class TrafficStat extends APIEntity implements Parcelable {
    private static final String TAG = "TrafficStat Entity";
    protected int hour;

From source file it.polimi.geinterface.DAO.Entity.java

/**
 * Class that represents the Entity abstraction (every actor of the network, both devices and beacons)
 *
 */
public class Entity implements Parcelable {