public class Imagen extends Generico
Constructor and Description |
---|
Imagen() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFichero() |
java.lang.String |
getFilename() |
java.lang.String |
getPath() |
void |
setFichero(java.io.File fichero) |
void |
setFilename(java.lang.String filename) |
void |
setPath(java.lang.String path) |
java.lang.String |
toString() |
notificar_observer
public java.lang.String getPath()
public void setPath(java.lang.String path)
path
- the path to setpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getFilename()
public void setFilename(java.lang.String filename)
filename
- the filename to setpublic java.io.File getFichero()
public void setFichero(java.io.File fichero)
fichero
- the fichero to set