public class AppletActionObject
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AppletActionObject() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getActionObject()
Gets the action object
|
java.lang.String |
getProjectId()
Get the project id for the action
|
boolean |
isSaveNeededBeforeAction()
Get the flag that indicates if model need to be saved before action or not.
|
void |
saveNeededBeforeAction(boolean flag)
Set the flag to indicate if model need to be saved before action or not.
|
void |
setActionObject(java.lang.Object obj)
Sets the action object.
|
void |
setProjectId(java.lang.String id)
Sets the project id
|
public java.lang.String getProjectId()
public void setProjectId(java.lang.String id)
project - idpublic void setActionObject(java.lang.Object obj)
object - public java.lang.Object getActionObject()
public void saveNeededBeforeAction(boolean flag)
flag - public boolean isSaveNeededBeforeAction()