net.sf.jame.core.tree
Class NodeActionValue
java.lang.Object
net.sf.jame.core.tree.NodeActionValue
public class NodeActionValue
- extends java.lang.Object
- Author:
- Andrea Medeghini
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeActionValue
public NodeActionValue()
getActionTarget
public NodePath getActionTarget()
- Returns:
- the actionTarget
setActionTarget
public void setActionTarget(NodePath actionTarget)
- Parameters:
actionTarget - the actionTarget to set
getActionType
public int getActionType()
- Returns:
- the actionType
setActionType
public void setActionType(int actionType)
- Parameters:
actionType - the actionType to set
getActionId
public java.lang.String getActionId()
- Returns:
- the nodeId
setActionId
public void setActionId(java.lang.String nodeId)
- Parameters:
nodeId - the nodeId to set
getActionParams
public java.io.Serializable[] getActionParams()
- Returns:
- the params
setActionParams
public void setActionParams(java.io.Serializable[] params)
- Parameters:
params - the params to set
setTimestamp
public void setTimestamp(long timestamp)
- Parameters:
timestamp -
getTimestamp
public long getTimestamp()
- Returns:
isRefreshRequired
public boolean isRefreshRequired()
- Returns:
- the refreshRequired
setRefreshRequired
public void setRefreshRequired(boolean refreshRequired)
- Parameters:
refreshRequired - the refreshRequired to set