public class ContactPerson extends Object
| Constructor and Description |
|---|
ContactPerson(String type,
String fullName,
String emailAddress) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmailAddress() |
String |
getFullName() |
String |
getType() |
int |
hashCode() |
void |
setEmailAddress(String emailAddress) |
void |
setFullName(String fullName) |
void |
setType(String type) |
String |
toString() |
Copyright © 2009–2014 SURFnet bv, The Netherlands. All rights reserved.