Class Direccion
java.lang.Object
poo.javaevents.model.Direccion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCalle()Get the value of calleGet the value of ciudadintGet the value of codigoPostalintGet the value of numerovoidSet the value of callevoidSet the value of ciudadvoidsetCodigoPostal(int codigoPostal) Set the value of codigoPostalvoidsetNumero(int numero) Set the value of numero
-
Constructor Details
-
Direccion
-
-
Method Details
-
getCodigoPostal
public int getCodigoPostal()Get the value of codigoPostal- Returns:
- the value of codigoPostal
-
setCodigoPostal
public void setCodigoPostal(int codigoPostal) Set the value of codigoPostal- Parameters:
codigoPostal- new value of codigoPostal
-
getCiudad
-
setCiudad
Set the value of ciudad- Parameters:
ciudad- new value of ciudad
-
getNumero
public int getNumero()Get the value of numero- Returns:
- the value of numero
-
setNumero
public void setNumero(int numero) Set the value of numero- Parameters:
numero- new value of numero
-
getCalle
-
setCalle
-