|
||||||||||
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.notification.AbstractNotificationType
public abstract class AbstractNotificationType
AbstractNotificationType
Constructor Summary | |
---|---|
AbstractNotificationType()
|
Method Summary | |
---|---|
java.lang.String |
getComment(java.util.Locale locale)
|
java.lang.String |
getCommentKey()
Get the comment key |
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 |
setCommentKey(java.lang.String strCommentKey)
Set the comment 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.notification.INotificationType |
---|
notify |
Constructor Detail |
---|
public AbstractNotificationType()
Method Detail |
---|
public void setIdType(int nIdType)
setIdType
in interface INotificationType
nIdType
- the id ty^pepublic int getIdType()
getIdType
in interface INotificationType
public void setTitleKey(java.lang.String strTitleKey)
setTitleKey
in interface INotificationType
strTitleKey
- the title keypublic java.lang.String getTitleKey()
getTitleKey
in interface INotificationType
public java.lang.String getTitle(java.util.Locale locale)
getTitle
in interface INotificationType
locale
- the locale
public void setCommentKey(java.lang.String strCommentKey)
setCommentKey
in interface INotificationType
strCommentKey
- the comment keypublic java.lang.String getCommentKey()
getCommentKey
in interface INotificationType
public java.lang.String getComment(java.util.Locale locale)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |