Class BlueprintDescriptor.Developer
- java.lang.Object
-
- org.craftercms.commons.plugin.model.BlueprintDescriptor.Developer
-
- Enclosing class:
- BlueprintDescriptor
public static class BlueprintDescriptor.Developer extends Object
-
-
Constructor Summary
Constructors Constructor Description Developer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlueprintDescriptor.Company
getCompany()
List<BlueprintDescriptor.PersonWrapper>
getPeople()
void
setCompany(BlueprintDescriptor.Company company)
void
setPeople(List<BlueprintDescriptor.PersonWrapper> people)
-
-
-
Method Detail
-
getPeople
public List<BlueprintDescriptor.PersonWrapper> getPeople()
-
setPeople
public void setPeople(List<BlueprintDescriptor.PersonWrapper> people)
-
getCompany
public BlueprintDescriptor.Company getCompany()
-
setCompany
public void setCompany(BlueprintDescriptor.Company company)
-
-