public class Developer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Contact |
company
The company that worked on the plugin
|
protected List<Contact> |
people
The list of people that worked on the plugin
|
| Constructor and Description |
|---|
Developer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Contact |
getCompany() |
List<Contact> |
getPeople() |
int |
hashCode() |
void |
setCompany(Contact company) |
void |
setPeople(List<Contact> people) |
String |
toString() |
Copyright © 2021 CrafterCMS. All rights reserved.