public class DefaultDocumentActionGroup extends Object implements DocumentActionGroup
Constructor and Description |
---|
DefaultDocumentActionGroup(String id,
String title,
String description,
int order) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId() |
int |
getOrder() |
String |
getTitle() |
public String getDescription()
getDescription
in interface DocumentActionGroup
public int getOrder()
getOrder
in interface DocumentActionGroup
public String getTitle()
getTitle
in interface DocumentActionGroup
public String getId()