public class SocialDetailHelper extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<SocialDetailHelper> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
String |
getActivityId() |
String |
getAttachedImageUrl() |
static SocialDetailHelper |
getInstance() |
boolean |
getLiked() |
void |
readFromParcel(android.os.Parcel in) |
void |
setActivityId(String id) |
void |
setAttachedImageUrl(String url) |
void |
setLiked(boolean is) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<SocialDetailHelper> CREATOR
public static SocialDetailHelper getInstance()
public void setActivityId(String id)
public String getActivityId()
public void setLiked(boolean is)
public boolean getLiked()
public void setAttachedImageUrl(String url)
public String getAttachedImageUrl()
public void readFromParcel(android.os.Parcel in)
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.