fr.paris.lutece.plugins.profiles.business
Class ProfileAction

java.lang.Object
  extended by fr.paris.lutece.plugins.profiles.business.ProfileAction
All Implemented Interfaces:
fr.paris.lutece.portal.service.i18n.Localizable, fr.paris.lutece.portal.service.rbac.RBACAction

public class ProfileAction
extends Object
implements fr.paris.lutece.portal.service.rbac.RBACAction, fr.paris.lutece.portal.service.i18n.Localizable

Action available on a profile


Constructor Summary
ProfileAction()
           
 
Method Summary
 String getDescription()
          Returns the Description
 String getDescriptionKey()
          Returns the DescriptionKey
 String getIconUrl()
          Returns the IconUrl
 String getName()
          Returns the Name
 String getNameKey()
          Returns the NameKey
 String getPermission()
          Returns the permission associated to the action
 String getUrl()
          Returns the Url
 void setDescriptionKey(String strDescriptionKey)
          Sets the DescriptionKey
 void setIconUrl(String strIconUrl)
          Sets the IconUrl
 void setLocale(Locale locale)
          Implements Localizable
 void setNameKey(String strNameKey)
          Sets the NameKey
 void setPermission(String strPermission)
          Sets the Permission
 void setUrl(String strUrl)
          Sets the Url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileAction

public ProfileAction()
Method Detail

getUrl

public String getUrl()
Returns the Url

Returns:
The Url

setUrl

public void setUrl(String strUrl)
Sets the Url

Parameters:
strUrl - The Url

getNameKey

public String getNameKey()
Returns the NameKey

Returns:
The NameKey

getName

public String getName()
Returns the Name

Returns:
The Name

setNameKey

public void setNameKey(String strNameKey)
Sets the NameKey

Parameters:
strNameKey - The NameKey

getDescriptionKey

public String getDescriptionKey()
Returns the DescriptionKey

Returns:
The DescriptionKey

getDescription

public String getDescription()
Returns the Description

Returns:
The Description

setDescriptionKey

public void setDescriptionKey(String strDescriptionKey)
Sets the DescriptionKey

Parameters:
strDescriptionKey - The DescriptionKey

getIconUrl

public String getIconUrl()
Returns the IconUrl

Returns:
The IconUrl

setIconUrl

public void setIconUrl(String strIconUrl)
Sets the IconUrl

Parameters:
strIconUrl - The IconUrl

getPermission

public String getPermission()
Returns the permission associated to the action

Specified by:
getPermission in interface fr.paris.lutece.portal.service.rbac.RBACAction
Returns:
The permission

setPermission

public void setPermission(String strPermission)
Sets the Permission

Parameters:
strPermission - The Permission

setLocale

public void setLocale(Locale locale)
Implements Localizable

Specified by:
setLocale in interface fr.paris.lutece.portal.service.i18n.Localizable
Parameters:
locale - The current locale


Copyright © 2013 Mairie de Paris. All Rights Reserved.