public class Contato extends Object implements Serializable
| Constructor and Description |
|---|
Contato() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCelular() |
String |
getEmail() |
long |
getTelefone() |
int |
hashCode() |
void |
setCelular(long celular) |
void |
setEmail(String email) |
void |
setTelefone(long telefone) |
public long getTelefone()
public void setTelefone(long telefone)
public long getCelular()
public void setCelular(long celular)
public String getEmail()
public void setEmail(String email)
public int hashCode()
public boolean equals(Object obj)
Copyright © 2015–2016 codecode. All rights reserved.