public class DateFormatterAction extends BaseAction
CHILD, CONTENT| Constructor and Description |
|---|
DateFormatterAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext execContext)
Executes an action
|
java.lang.String |
getDate_value() |
java.lang.String |
getDestination_format() |
java.lang.String |
getKey() |
java.lang.String |
getOrigin_format() |
void |
setDate_value(java.lang.String date_value) |
void |
setDestination_format(java.lang.String destination_format) |
void |
setKey(java.lang.String key) |
void |
setOrigin_format(java.lang.String origin_format) |
addChild, clearActions, doReplace, doReplace, getActions, getChild, getContent, getFirstValueFound, getParent, getReplacementContent, getReplacementMarker, isUsedForDisplay, processAction, setAction, setActions, setChild, setContent, setParent, setReplacementContent, setReplacementMarker, setUsedForDisplaypublic java.lang.String execute(IExecContext execContext) throws java.lang.Exception
BaseActionexecute in class BaseActionexecContext - the application execution contextjava.lang.Exceptionpublic java.lang.String getDate_value()
public void setDate_value(java.lang.String date_value)
date_value - the date_value to setpublic java.lang.String getOrigin_format()
public void setOrigin_format(java.lang.String origin_format)
origin_format - the origin_format to setpublic java.lang.String getDestination_format()
public void setDestination_format(java.lang.String destination_format)
destination_format - the destination_format to setpublic java.lang.String getKey()
public void setKey(java.lang.String key)
key - the key to set