Package model
Class JavaBeans
java.lang.Object
model.JavaBeans
The Class JavaBeans.
-
Constructor Details
-
JavaBeans
public JavaBeans()Instantiates a new java beans. -
JavaBeans
Instantiates a new java beans.- Parameters:
id- the idnome- the nomenum- the numemail- the email
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getNome
Gets the nome.- Returns:
- the nome
-
setNome
Sets the nome.- Parameters:
nome- the new nome
-
getNum
Gets the num.- Returns:
- the num
-
setNum
Sets the num.- Parameters:
num- the new num
-
getEmail
Gets the email.- Returns:
- the email
-
setEmail
Sets the email.- Parameters:
email- the new email
-