Definición en la línea 8 del archivo Pelicula.java.
◆ Pelicula()
videoclub.server.jdo.Pelicula.Pelicula |
( |
String |
nombre, |
|
|
int |
duracion, |
|
|
byte [] |
descripcion, |
|
|
int |
anyo, |
|
|
float |
precio, |
|
|
Categoria |
categoria, |
|
|
Imagen |
image |
|
) |
| |
◆ getAnyo()
int videoclub.server.jdo.Pelicula.getAnyo |
( |
| ) |
|
◆ getCategoria()
Categoria videoclub.server.jdo.Pelicula.getCategoria |
( |
| ) |
|
◆ getDescripcion()
byte [] videoclub.server.jdo.Pelicula.getDescripcion |
( |
| ) |
|
◆ getDuracion()
int videoclub.server.jdo.Pelicula.getDuracion |
( |
| ) |
|
◆ getImage()
Imagen videoclub.server.jdo.Pelicula.getImage |
( |
| ) |
|
◆ getNombre()
String videoclub.server.jdo.Pelicula.getNombre |
( |
| ) |
|
◆ getPrecio()
float videoclub.server.jdo.Pelicula.getPrecio |
( |
| ) |
|
◆ setAnyo()
void videoclub.server.jdo.Pelicula.setAnyo |
( |
int |
anyo | ) |
|
◆ setCategoria()
void videoclub.server.jdo.Pelicula.setCategoria |
( |
Categoria |
categoria | ) |
|
◆ setDescripcion()
void videoclub.server.jdo.Pelicula.setDescripcion |
( |
byte [] |
descripcion | ) |
|
◆ setDuracion()
void videoclub.server.jdo.Pelicula.setDuracion |
( |
int |
duracion | ) |
|
◆ setImage()
void videoclub.server.jdo.Pelicula.setImage |
( |
Imagen |
image | ) |
|
◆ setNombre()
void videoclub.server.jdo.Pelicula.setNombre |
( |
String |
nombre | ) |
|
◆ setPrecio()
void videoclub.server.jdo.Pelicula.setPrecio |
( |
float |
precio | ) |
|
◆ toString()
String videoclub.server.jdo.Pelicula.toString |
( |
| ) |
|
La documentación para esta clase fue generada a partir del siguiente fichero: