| Package | Description |
|---|---|
| org.craftercms.commons.plugin.model |
| Modifier and Type | Field and Description |
|---|---|
protected Contact |
Developer.company
The company that worked on the plugin
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Contact> |
Developer.people
The list of people that worked on the plugin
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Developer.getCompany() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
Developer.getPeople() |
| Modifier and Type | Method and Description |
|---|---|
void |
Developer.setCompany(Contact company) |
| Modifier and Type | Method and Description |
|---|---|
void |
Developer.setPeople(List<Contact> people) |
Copyright © 2021 CrafterCMS. All rights reserved.