public abstract class IntentTransferableEntity
extends <any>
Modifier | Constructor and Description |
---|---|
protected |
IntentTransferableEntity() |
|
IntentTransferableEntity(Entity entity) |
protected |
IntentTransferableEntity(android.os.Parcel in) |
Modifier and Type | Method and Description |
---|---|
protected void |
consumeContentFromLoadedObject(IntentTransferableEntity loadedObject) |
protected Entity |
getEntity() |
protected void |
readFromParcel(android.os.Parcel in) |
void |
saveToIntent(android.content.Intent intent) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public IntentTransferableEntity(@NonNull Entity entity)
protected IntentTransferableEntity()
protected IntentTransferableEntity(@NonNull android.os.Parcel in)
@NonNull protected Entity getEntity()
protected void consumeContentFromLoadedObject(@NonNull IntentTransferableEntity loadedObject)
public void saveToIntent(@NonNull android.content.Intent intent)
protected void readFromParcel(@NonNull android.os.Parcel in)
public void writeToParcel(@NonNull android.os.Parcel dest, int flags)