fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification
Class AbstractNotificationType

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification.AbstractNotificationType
All Implemented Interfaces:
INotificationType
Direct Known Subclasses:
NotificationTypeEmail, NotificationTypeWS

public abstract class AbstractNotificationType
extends java.lang.Object
implements INotificationType

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

AbstractNotificationType

public AbstractNotificationType()
Method Detail

setIdType

public void setIdType(int nIdType)
Set the id type

Specified by:
setIdType in interface INotificationType
Parameters:
nIdType - the id ty^pe

getIdType

public int getIdType()
Get the id type

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

setTitleKey

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

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

getTitleKey

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

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

getTitle

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

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

setCommentKey

public void setCommentKey(java.lang.String strCommentKey)
Set the comment key

Specified by:
setCommentKey in interface INotificationType
Parameters:
strCommentKey - the comment key

getCommentKey

public java.lang.String getCommentKey()
Get the comment key

Specified by:
getCommentKey in interface INotificationType
Returns:
the comment key

getComment

public java.lang.String getComment(java.util.Locale locale)



Copyright © 2012 Mairie de Paris. All Rights Reserved.