public abstract class Usuario extends PessoaFisica
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
senha |
cpf, rg, sexocep, listaTelefone, nome, numeroResidencia| Constructor and Description |
|---|
Usuario() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getSenha() |
boolean |
setEmail(String e) |
boolean |
setSenha(String s,
int i) |
getCpf, getRg, getSexo, instanceValidantion, setCpf, setRg, setSexogetCep, getNome, getNumeroResidencia, getTelefone, setCep, setNome, setNumeroResidencia, setTelefonepublic boolean setEmail(String e) throws ExceptionEmail
ExceptionEmailpublic boolean setSenha(String s, int i) throws ExceptionQuantityCaracters
ExceptionQuantityCaracterspublic String getEmail()
public String getSenha()
Copyright © 2015. All rights reserved.