|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.modules.pdfproducerarchive.business.zipbasket.ZipBasketAction
public class ZipBasketAction
ZipBasketAction
Constructor Summary | |
---|---|
ZipBasketAction()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the Description |
java.lang.String |
getDescriptionKey()
Returns the DescriptionKey |
int |
getFormState()
|
java.lang.String |
getIconUrl()
Returns the IconUrl |
java.lang.String |
getName()
Returns the Name |
java.lang.String |
getNameKey()
Returns the NameKey |
java.lang.String |
getPermission()
Returns the permission associated to the action |
java.lang.String |
getUrl()
Returns the Url |
void |
setDescriptionKey(java.lang.String strDescriptionKey)
Sets the DescriptionKey |
void |
setFormState(int nState)
set 1 if the action must be use when the form is enable 0 if the action must be use when the form is disable |
void |
setIconUrl(java.lang.String strIconUrl)
Sets the IconUrl |
void |
setLocale(java.util.Locale locale)
Implements Localizable |
void |
setNameKey(java.lang.String strNameKey)
Sets the NameKey |
void |
setPermission(java.lang.String strPermission)
Sets the Permission |
void |
setUrl(java.lang.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 |
---|
public ZipBasketAction()
Method Detail |
---|
public int getFormState()
public void setFormState(int nState)
nState
- 1 if the action must be use when the form is enable
0 if the action must be use when the form is disablepublic java.lang.String getUrl()
public void setUrl(java.lang.String strUrl)
strUrl
- The Urlpublic java.lang.String getNameKey()
public java.lang.String getName()
public void setNameKey(java.lang.String strNameKey)
strNameKey
- The NameKeypublic java.lang.String getDescriptionKey()
public java.lang.String getDescription()
public void setDescriptionKey(java.lang.String strDescriptionKey)
strDescriptionKey
- The DescriptionKeypublic java.lang.String getIconUrl()
public void setIconUrl(java.lang.String strIconUrl)
strIconUrl
- The IconUrlpublic java.lang.String getPermission()
getPermission
in interface fr.paris.lutece.portal.service.rbac.RBACAction
public void setPermission(java.lang.String strPermission)
strPermission
- The Permissionpublic void setLocale(java.util.Locale locale)
setLocale
in interface fr.paris.lutece.portal.service.i18n.Localizable
locale
- The current locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |