com.endeca.portal.actions.model
Class CommonActionModel
java.lang.Object
com.endeca.portal.actions.model.CommonActionModel
- Direct Known Subclasses:
- CompareActionModel, DetailActionModel, PassParameterActionModel, RefinementActionModel
public class CommonActionModel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_PROPERTY
public static final java.lang.String CLASS_PROPERTY
- See Also:
- Constant Field Values
CommonActionModel
public CommonActionModel()
getActionConfig
public java.util.HashMap<java.lang.String,java.lang.Object> getActionConfig()
getActionId
public java.lang.String getActionId(java.lang.String actionType)
getId
public java.lang.String getId()
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Parameters:
id
- the id to set
getActionType
public java.lang.String getActionType()
- Returns:
- the actionType
setActionType
public void setActionType(java.lang.String actionType)
- Parameters:
actionType
- the actionType to set
getActionName
public java.lang.String getActionName()
- Returns:
- the actionName
setActionName
public void setActionName(java.lang.String actionName)
- Parameters:
actionName
- the actionName to set
getEnable
public boolean getEnable()
- Returns:
- the enable
setEnable
public void setEnable(boolean enable)
- Parameters:
enable
- the enable to set
getChecked
public boolean getChecked()
- Returns:
- the checked
setChecked
public void setChecked(boolean checked)
- Parameters:
checked
- the checked to set
getRemovable
public boolean getRemovable()
- Returns:
- the removable
setRemovable
public void setRemovable(boolean removable)
- Parameters:
removable
- the removable to set
getOrderable
public boolean getOrderable()
- Returns:
- the orderable
setOrderable
public void setOrderable(boolean orderable)
- Parameters:
orderable
- the orderable to set
getEditable
public boolean getEditable()
- Returns:
- the editable
setEditable
public void setEditable(boolean editable)
- Parameters:
editable
- the editable to set