Class Evento
java.lang.Object
poo.javaevents.model.Evento
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the value of direccionGet the value of fechaHoraGet the value of portadadoubleGet the value of precioEntradagetTipo()Get the value of tipoGet the value of titulodoubleGet the value of valoracionvoidsetDireccion(Direccion direccion) Set the value of direccionvoidsetFechaHora(List<LocalDateTime> fechaHora) Set the value of fechaHoravoidsetPortada(String portada) Set the value of portadavoidsetPrecioEntrada(double precioEntrada) Set the value of precioEntradavoidSet the value of tipovoidSet the value of titulovoidsetValoracion(double valoracion) Set the value of valoraciontoString()
-
Constructor Details
-
Evento
-
-
Method Details
-
getDireccion
-
setDireccion
Set the value of direccion- Parameters:
direccion- new value of direccion
-
getValoracion
public double getValoracion()Get the value of valoracion- Returns:
- the value of valoracion
-
setValoracion
public void setValoracion(double valoracion) Set the value of valoracion- Parameters:
valoracion- new value of valoracion
-
getPortada
-
setPortada
Set the value of portada- Parameters:
portada- new value of portada
-
getPrecioEntrada
public double getPrecioEntrada()Get the value of precioEntrada- Returns:
- the value of precioEntrada
-
setPrecioEntrada
public void setPrecioEntrada(double precioEntrada) Set the value of precioEntrada- Parameters:
precioEntrada- new value of precioEntrada
-
getFechaHora
Get the value of fechaHora- Returns:
- the value of fechaHora
-
setFechaHora
Set the value of fechaHora- Parameters:
fechaHora- new value of fechaHora
-
getTipo
-
setTipo
-
getTitulo
-
setTitulo
Set the value of titulo- Parameters:
titulo- new value of titulo
-
toString
-