com.endeca.portal.actions.model
Class CommonActionModel

java.lang.Object
  extended by com.endeca.portal.actions.model.CommonActionModel
Direct Known Subclasses:
CompareActionModel, DetailActionModel, PassParameterActionModel, RefinementActionModel

public class CommonActionModel
extends java.lang.Object


Field Summary
static java.lang.String CLASS_PROPERTY
           
 
Constructor Summary
CommonActionModel()
           
 
Method Summary
 java.util.HashMap<java.lang.String,java.lang.Object> getActionConfig()
           
 java.lang.String getActionId(java.lang.String actionType)
           
 java.lang.String getActionName()
           
 java.lang.String getActionType()
           
 boolean getChecked()
           
 boolean getEditable()
           
 boolean getEnable()
           
 java.lang.String getId()
           
 boolean getOrderable()
           
 boolean getRemovable()
           
 void setActionName(java.lang.String actionName)
           
 void setActionType(java.lang.String actionType)
           
 void setChecked(boolean checked)
           
 void setEditable(boolean editable)
           
 void setEnable(boolean enable)
           
 void setId(java.lang.String id)
           
 void setOrderable(boolean orderable)
           
 void setRemovable(boolean removable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_PROPERTY

public static final java.lang.String CLASS_PROPERTY
See Also:
Constant Field Values
Constructor Detail

CommonActionModel

public CommonActionModel()
Method Detail

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