public abstract class AbstractAction extends Object implements IAction
Constructor and Description |
---|
AbstractAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Returns the Description
|
String |
getDescriptionKey()
Returns the DescriptionKey
|
String |
getIcon()
Returns the icon
|
int |
getIdAction()
Get the id action
|
String |
getName()
Returns the Name
|
String |
getNameKey()
Returns the NameKey
|
String |
getPermission()
Returns the permission associated to the action
|
String |
getUrl()
Return the Url
|
int |
hashCode() |
void |
setDescriptionKey(String strDescriptionKey)
Sets the DescriptionKey
|
void |
setIcon(String strIcon)
Sets the icon
|
void |
setIdAction(int nIdAction)
Set the id action
|
void |
setLocale(Locale locale)
Implements Localizable
|
void |
setNameKey(String strNameKey)
Sets the NameKey
|
void |
setPermission(String strPermission)
Sets the Permission
|
void |
setUrl(String strUrl)
Set the Url
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getActionType, setActionType
public void setIdAction(int nIdAction)
setIdAction
in interface IAction
nIdAction
- the nIdAction to setpublic int getIdAction()
getIdAction
in interface IAction
public void setLocale(Locale locale)
public String getUrl()
public void setUrl(String strUrl)
public String getNameKey()
getNameKey
in interface IAction
public String getName()
public void setNameKey(String strNameKey)
setNameKey
in interface IAction
strNameKey
- The NameKeypublic String getDescriptionKey()
getDescriptionKey
in interface IAction
public String getDescription()
getDescription
in interface IAction
public void setDescriptionKey(String strDescriptionKey)
setDescriptionKey
in interface IAction
strDescriptionKey
- The DescriptionKeypublic String getIcon()
public void setIcon(String strIcon)
public String getPermission()
getPermission
in interface IAction
getPermission
in interface fr.paris.lutece.portal.service.rbac.RBACAction
public void setPermission(String strPermission)
setPermission
in interface IAction
strPermission
- The PermissionCopyright © 2017 City of Paris. All rights reserved.