public abstract class AbstractDocumentAction extends Object implements DocumentAction
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected DocumentActionGroup |
group |
protected int |
order |
protected String |
title |
| Constructor and Description |
|---|
AbstractDocumentAction(DocumentActionGroup group,
String id,
String title,
String description,
int order) |
AbstractDocumentAction(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a paragraph with the action description for this document
type.
|
DocumentActionGroup |
getGroup()
Gets the group name for this action.
|
String |
getId()
Gets the unique identifier for this action.
|
int |
getOrder()
Representa el orden en el que se presentara la accion entre
elresto de acciones de este tipo documento alla donde estas se
presenten.
|
String |
getTitle()
Returns a phrase with the action title for this document.type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, isAvailable, isVisibleprotected DocumentActionGroup group
protected String title
protected String description
protected int order
public AbstractDocumentAction(String id)
public AbstractDocumentAction(DocumentActionGroup group, String id, String title, String description, int order)
public String getDescription()
DocumentActiongetDescription in interface DocumentActionpublic DocumentActionGroup getGroup()
DocumentActiongetGroup in interface DocumentActionpublic String getId()
DocumentActiongetId in interface DocumentActionpublic int getOrder()
DocumentActiongetOrder in interface DocumentActionpublic String getTitle()
DocumentActiongetTitle in interface DocumentAction