public class CommonActionModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_PROPERTY |
Constructor and Description |
---|
CommonActionModel() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final java.lang.String CLASS_PROPERTY
public java.util.HashMap<java.lang.String,java.lang.Object> getActionConfig()
public java.lang.String getActionId(java.lang.String actionType)
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the id to setpublic java.lang.String getActionType()
public void setActionType(java.lang.String actionType)
actionType
- the actionType to setpublic java.lang.String getActionName()
public void setActionName(java.lang.String actionName)
actionName
- the actionName to setpublic boolean getEnable()
public void setEnable(boolean enable)
enable
- the enable to setpublic boolean getChecked()
public void setChecked(boolean checked)
checked
- the checked to setpublic boolean getRemovable()
public void setRemovable(boolean removable)
removable
- the removable to setpublic boolean getOrderable()
public void setOrderable(boolean orderable)
orderable
- the orderable to setpublic boolean getEditable()
public void setEditable(boolean editable)
editable
- the editable to setCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.