| java.lang.Object org.objectweb.speedo.pobjects.cap.JDORoleHasAction
JDORoleHasAction | public class JDORoleHasAction (Code) | | author: mhoudu |
JDORoleHasAction | public JDORoleHasAction(JDORole role, JDOAction action, boolean isDisplayedInMenu, int displayOrder)(Code) | | Default constructor.
Parameters: role - The role. Parameters: action - The action. Parameters: isDisplayedInMenu - The flag which indicates if the action has to be displayed in the menu or not. Parameters: displayOrder - The isplay order. |
getAction | public JDOAction getAction()(Code) | | Gets the action.
Returns the action. |
getActionId | public int getActionId()(Code) | | |
getDisplayOrder | public int getDisplayOrder()(Code) | | Gets the display order.
Returns the display order. |
getRole | public JDORole getRole()(Code) | | Gets the role.
Returns the role. |
getRoleId | public int getRoleId()(Code) | | |
isDisplayedInMenu | public boolean isDisplayedInMenu()(Code) | | Gets the flag which indicates if the action has to be displayed in the menu or not.
Returns the flag which indicates if the action has to be displayed in the menu or not. |
setAction | public void setAction(JDOAction action)(Code) | | Sets the action.
Parameters: action - The action to set. |
setActionId | public void setActionId(int actionId)(Code) | | |
setDisplayOrder | public void setDisplayOrder(int displayOrder)(Code) | | Sets the display order.
Parameters: displayOrder - The display order to set. |
setDisplayedInMenu | public void setDisplayedInMenu(boolean isDisplayedInMenu)(Code) | | Sets the flag which indicates if the action has to be displayed in the menu or not.
Parameters: isDisplayedInMenu - The flag which indicates if the action has to be displayed in the menu or not, to set. |
setRole | public void setRole(JDORole role)(Code) | | Sets the role.
Parameters: role - The role to set. |
setRoleId | public void setRoleId(int roleId)(Code) | | |
|
|