fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.retrieval
Class AbstractRetrievalType

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.retrieval.AbstractRetrievalType
All Implemented Interfaces:
IRetrievalType
Direct Known Subclasses:
RetrievalTypeAllUsers, RetrievalTypeDirectory, RetrievalTypeUsersList

public abstract class AbstractRetrievalType
extends java.lang.Object
implements IRetrievalType

AbstractRetrievalType


Constructor Summary
AbstractRetrievalType()
           
 
Method Summary
 int getIdType()
          Get the id type
 java.lang.String getTitle(java.util.Locale locale)
          Get the title
 java.lang.String getTitleKey()
          Get the title key
 void setIdType(int nIdType)
          Set the id type
 void setTitleKey(java.lang.String strTitleKey)
          Set the title 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.workflow.modules.notifymylutece.business.retrieval.IRetrievalType
checkConfigData, getReceiver
 

Constructor Detail

AbstractRetrievalType

public AbstractRetrievalType()
Method Detail

setIdType

public void setIdType(int nIdType)
Set the id type

Specified by:
setIdType in interface IRetrievalType
Parameters:
nIdType - the id type

getIdType

public int getIdType()
Get the id type

Specified by:
getIdType in interface IRetrievalType
Returns:
the id type

setTitleKey

public void setTitleKey(java.lang.String strTitleKey)
Set the title key

Specified by:
setTitleKey in interface IRetrievalType
Parameters:
strTitleKey - the title key

getTitleKey

public java.lang.String getTitleKey()
Get the title key

Specified by:
getTitleKey in interface IRetrievalType
Returns:
the title key

getTitle

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

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


Copyright © 2012 Mairie de Paris. All Rights Reserved.