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, wait
execute, isAvailable, isVisible
protected 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()
DocumentAction
getDescription
in interface DocumentAction
public DocumentActionGroup getGroup()
DocumentAction
getGroup
in interface DocumentAction
public String getId()
DocumentAction
getId
in interface DocumentAction
public int getOrder()
DocumentAction
getOrder
in interface DocumentAction
public String getTitle()
DocumentAction
getTitle
in interface DocumentAction