|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.exporttype.AbstractExportType
public abstract class AbstractExportType
AbstractExportType
Constructor Summary | |
---|---|
AbstractExportType()
|
Method Summary | |
---|---|
java.lang.String |
getKey()
Get the key |
java.lang.String |
getTitle(java.util.Locale locale)
Get the title |
void |
setKey(java.lang.String strKey)
Set the key |
void |
setTitleI18nKey(java.lang.String strTitleI18nKey)
Set the title i18n key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.paris.lutece.plugins.form.business.exporttype.IExportType |
---|
getResponseFilter, saveExport |
Constructor Detail |
---|
public AbstractExportType()
Method Detail |
---|
public java.lang.String getKey()
getKey
in interface IExportType
public void setKey(java.lang.String strKey)
setKey
in interface IExportType
strKey
- the keypublic java.lang.String getTitle(java.util.Locale locale)
getTitle
in interface IExportType
locale
- the locale
public void setTitleI18nKey(java.lang.String strTitleI18nKey)
setTitleI18nKey
in interface IExportType
strTitleI18nKey
- the i18n key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |