public class ActionBase extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
AFTERDELETION |
static String |
AFTERPACK |
static String |
AFTERPACKS |
static String |
BEFOREDELETION |
static String |
BEFOREPACK |
static String |
BEFOREPACKS |
protected String |
messageID |
protected String |
order |
static String |
ORDER |
static String |
UNINSTALL_ORDER |
protected String |
uninstallOrder |
| Constructor and Description |
|---|
ActionBase()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageID()
Returns the defined message ID for this action.
|
String |
getOrder()
Returns the order.
|
String |
getUninstallOrder()
Returns the order for uninstallation.
|
void |
setMessageID(String messageID)
Sets the message ID to the given string.
|
void |
setOrder(String order)
Sets the order to the given string.
|
void |
setUninstallOrder(String order)
Sets the order to the given string for uninstallation.
|
public static final String BEFOREPACK
public static final String AFTERPACK
public static final String BEFOREPACKS
public static final String AFTERPACKS
public static final String BEFOREDELETION
public static final String AFTERDELETION
public static final String ORDER
public static final String UNINSTALL_ORDER
protected String uninstallOrder
protected String order
protected String messageID
public String getOrder()
public void setOrder(String order) throws Exception
order - order to be setExceptionpublic String getUninstallOrder()
public void setUninstallOrder(String order) throws Exception
order - order to be setExceptionpublic String getMessageID()
public void setMessageID(String messageID)
messageID - string to be used as message IDCopyright © 2001–2025. All rights reserved.