ContainingPlace

public abstract class ContainingPlace implements Parcelable


Represents a parent location that holds another place.

Summary

Nested types

public abstract class ContainingPlace.Builder

A builder to create instances of ContainingPlace.

Public constructors

Public methods

static ContainingPlace.Builder
builder(String resourceName, String id)

Returns a new instance of Builder.

abstract String

ID of the place.

abstract String

Resource name of the place.

Inherited Constants

From android.os.Parcelable
static final int
static final int
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int
int
abstract void
writeToParcel(Parcel p, int p1)

Public constructors

ContainingPlace

public ContainingPlace()

Public methods

builder

public static ContainingPlace.Builder builder(String resourceName, String id)

Returns a new instance of Builder.

getId

public abstract String getId()

ID of the place.

getResourceName

public abstract String getResourceName()

Resource name of the place.