public class PhoneNumber extends Object implements Serializable
Constructor and Description |
---|
PhoneNumber() |
PhoneNumber(String function,
String location,
String number) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFunction() |
int |
getId() |
String |
getLocation() |
String |
getNumber() |
int |
hashCode() |
void |
setFunction(String function) |
void |
setId(int id) |
void |
setLocation(String location) |
void |
setNumber(String number) |
String |
toString() |
public int getId()
public void setId(int id)
public String getFunction()
public void setFunction(String function)
public String getLocation()
public void setLocation(String location)
public String getNumber()
public void setNumber(String number)
Copyright © 2020. All rights reserved.