public final class WroModel extends Object
| Constructor and Description |
|---|
WroModel() |
| Modifier and Type | Method and Description |
|---|---|
WroModel |
addGroup(Group group)
Add a single group to the model.
|
boolean |
equals(Object obj) |
Collection<Group> |
getGroups() |
int |
hashCode() |
void |
merge(WroModel importedModel)
Merge this model with another model.
|
WroModel |
setGroups(Collection<Group> groups) |
String |
toString() |
public final Collection<Group> getGroups()
public final WroModel setGroups(Collection<Group> groups)
groups - the groups to setpublic void merge(WroModel importedModel)
importedModel - model to import.public WroModel addGroup(Group group)
group - a not null Group.Copyright © 2008-2016. All Rights Reserved.