public class FavModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private android.graphics.Bitmap |
imagen |
private java.lang.String |
texto |
Constructor and Description |
---|
FavModel() |
Modifier and Type | Method and Description |
---|---|
android.graphics.Bitmap |
getImagen() |
java.lang.String |
getTexto() |
void |
setImagen(android.graphics.Bitmap imagen) |
void |
setTexto(java.lang.String texto) |