|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.notificationserver.NotificationData
public class NotificationData
Constructor Summary | |
---|---|
NotificationData()
Constructor declaration |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotificationData()
Method Detail |
---|
public long getNotificationId()
public String getLoginUser()
public String getLoginPassword()
public String getMessage()
public String getComment()
public String getSenderName()
public String getSenderId()
public String getTargetChannel()
public String getTargetReceipt()
public String getTargetName()
public Map<String,Object> getTargetParam()
public String getPrioritySpeed()
public String getReportToSenderStatus()
public String getReportToSenderTargetChannel()
public String getReportToSenderTargetReceipt()
public String getReportToSenderTargetParam()
public String getReportToLogStatus()
public boolean isAnswerAllowed()
public void setNotificationId(long pNotificationId)
pNotificationId
- public void setLoginUser(String pUser)
pUser
- public void setLoginPassword(String pPassword)
pPassword
- public void setMessage(String pMessage)
pMessage
- public void setComment(String pComment)
pComment
- public void setSenderName(String pSenderName)
pSenderName
- public void setSenderId(String pSenderId)
pSenderId
- public void setTargetChannel(String pTargetChannel)
pTargetChannel
- public void setTargetReceipt(String pTargetReceipt)
pTargetReceipt
- public void setTargetName(String pTargetName)
pTargetName
- public void setTargetParam(Map<String,Object> pTargetParam)
pTargetParam
- public void setPrioritySpeed(String pPrioritySpeed)
pPrioritySpeed
- public void setReportToSenderStatus(String pReportToSenderStatus)
pReportToSenderStatus
- public void setReportToSenderTargetChannel(String pReportToSenderTargetChannel)
pReportToSenderTargetChannel
- public void setReportToSenderTargetReceipt(String pReportToSenderTargetReceipt)
pReportToSenderTargetReceipt
- public void setReportToSenderTargetParam(String pReportToSenderTargetParam)
pReportToSenderTargetParam
- public void setReportToLogStatus(String pReportToLogStatus)
pReportToLogStatus
- public void setAnswerAllowed(boolean answerAllowed)
answerAllowed
- public void traceObject()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |