public class ImageListItem extends Object
Constructor and Description |
---|
ImageListItem(int imageId,
String title) |
Modifier and Type | Method and Description |
---|---|
int |
getImageId() |
String |
getTitle() |
void |
setImageId(int imageId) |
void |
setTitle(String title) |
String |
toString() |
public ImageListItem(int imageId, String title)