|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.notifymylutece.business.retrieval.AbstractRetrievalType
public abstract class AbstractRetrievalType
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 |
---|
public AbstractRetrievalType()
Method Detail |
---|
public void setIdType(int nIdType)
setIdType
in interface IRetrievalType
nIdType
- the id typepublic int getIdType()
getIdType
in interface IRetrievalType
public void setTitleKey(java.lang.String strTitleKey)
setTitleKey
in interface IRetrievalType
strTitleKey
- the title keypublic java.lang.String getTitleKey()
getTitleKey
in interface IRetrievalType
public java.lang.String getTitle(java.util.Locale locale)
getTitle
in interface IRetrievalType
locale
- the locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |