public class Collaborator extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
|
Collaborator() |
protected |
Collaborator(String name) |
|
Collaborator(String name,
String email) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getName() |
void |
setEmail(String email) |
void |
setName(String name) |
public Collaborator()
protected Collaborator(String name)
Copyright © 2013–2020. All rights reserved.