public class EditorPanelDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name |
int |
order |
EditorSectionDTO[] |
sections |
| Constructor and Description |
|---|
EditorPanelDTO(String name,
int order,
EditorSectionDTO[] sections) |
| Modifier and Type | Method and Description |
|---|---|
EditorPanelDTO |
merge(EditorPanelDTO other) |
public final String name
public final int order
public final EditorSectionDTO[] sections
public EditorPanelDTO(String name, int order, EditorSectionDTO[] sections)
public EditorPanelDTO merge(EditorPanelDTO other)
Copyright © 2018. All rights reserved.