public class ImageHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FACEBOOK |
static int |
GOOGLE |
static int |
LOCAL |
| Constructor and Description |
|---|
ImageHandler(Object o) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlbumId() |
String |
getDescription() |
String |
getId() |
Object |
getImage() |
String |
getName() |
String |
getThumbUrl() |
int |
getType() |
String |
getUrl() |
boolean |
isFacebookImage() |
boolean |
isGoogleImage() |
boolean |
isLocalImage() |
void |
setImage(Object o) |
public static final int LOCAL
public static final int FACEBOOK
public static final int GOOGLE
public ImageHandler(Object o)
public void setImage(Object o)
public boolean isLocalImage()
public boolean isFacebookImage()
public boolean isGoogleImage()
public Object getImage()
public String getName()
public String getThumbUrl()
public String getUrl()
public String getId()
public String getAlbumId()
public int getType()
public String getDescription()
Copyright © 2015. All rights reserved.