|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INotificationType
INotificationType
Method Summary | |
---|---|
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 |
notify(java.lang.String strObject,
java.lang.String strMessage,
java.lang.String strSender,
java.lang.String strReceiver)
Notify |
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 |
Method Detail |
---|
int getIdType()
void setIdType(int nIdType)
nIdType
- the id ty^pejava.lang.String getTitleKey()
void setTitleKey(java.lang.String strTitleKey)
strTitleKey
- the title keyjava.lang.String getTitle(java.util.Locale locale)
locale
- the locale
void setCommentKey(java.lang.String strCommentKey)
strCommentKey
- the comment keyjava.lang.String getCommentKey()
void notify(java.lang.String strObject, java.lang.String strMessage, java.lang.String strSender, java.lang.String strReceiver)
strObject
- the objectstrMessage
- the messagestrSender
- the senderstrReceiver
- the receiver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |