fr.paris.lutece.plugins.form.business.exporttype
Class AbstractExportType

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.exporttype.AbstractExportType
All Implemented Interfaces:
IExportType
Direct Known Subclasses:
FullExportType, LastDateExportType

public abstract class AbstractExportType
extends java.lang.Object
implements IExportType

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

AbstractExportType

public AbstractExportType()
Method Detail

getKey

public java.lang.String getKey()
Get the key

Specified by:
getKey in interface IExportType
Returns:
the key

setKey

public void setKey(java.lang.String strKey)
Set the key

Specified by:
setKey in interface IExportType
Parameters:
strKey - the key

getTitle

public java.lang.String getTitle(java.util.Locale locale)
Get the title

Specified by:
getTitle in interface IExportType
Parameters:
locale - the locale
Returns:
the title

setTitleI18nKey

public void setTitleI18nKey(java.lang.String strTitleI18nKey)
Set the title i18n key

Specified by:
setTitleI18nKey in interface IExportType
Parameters:
strTitleI18nKey - the i18n key


Copyright © 2012 Mairie de Paris. All Rights Reserved.