|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.unittree.business.action.AbstractAction
public abstract class AbstractAction
AbstractAction
Constructor Summary | |
---|---|
AbstractAction()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.paris.lutece.plugins.unittree.business.action.IAction |
---|
getActionType, setActionType |
Constructor Detail |
---|
public AbstractAction()
Method Detail |
---|
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)
setLocale
in interface IAction
setLocale
in interface fr.paris.lutece.portal.service.i18n.Localizable
locale
- The current localepublic String getUrl()
getUrl
in interface IAction
public void setUrl(String strUrl)
setUrl
in interface IAction
strUrl
- The Urlpublic String getNameKey()
getNameKey
in interface IAction
public String getName()
getName
in interface IAction
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()
getIcon
in interface IAction
public void setIcon(String strIcon)
setIcon
in interface IAction
strIcon
- The iconpublic 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 Permissionpublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |