Package org.opennms.netmgt.mock
Class MockNotification
- java.lang.Object
-
- org.opennms.netmgt.mock.MockNotification
-
public class MockNotification extends Object
- Author:
- david
-
-
Constructor Summary
Constructors Constructor Description MockNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEmail()
long
getExpectedTime()
String
getPmail()
String
getSubject()
String
getTextMsg()
int
hashCode()
void
setEmail(String email)
void
setExpectedTime(long expectedTime)
void
setPmail(String pmail)
void
setSubject(String subject)
void
setTextMsg(String textMsg)
String
toString()
-
-
-
Method Detail
-
getEmail
public String getEmail()
- Returns:
- Returns the email.
-
setEmail
public void setEmail(String email)
- Parameters:
email
- The email to set.
-
getPmail
public String getPmail()
- Returns:
- Returns the pmail.
-
setPmail
public void setPmail(String pmail)
- Parameters:
pmail
- The pmail to set.
-
getSubject
public String getSubject()
- Returns:
- Returns the subject.
-
setSubject
public void setSubject(String subject)
- Parameters:
subject
- The subject to set.
-
getExpectedTime
public long getExpectedTime()
-
setExpectedTime
public void setExpectedTime(long expectedTime)
-
getTextMsg
public String getTextMsg()
- Returns:
- Returns the m_textMsg.
-
setTextMsg
public void setTextMsg(String textMsg)
- Parameters:
textMsg
- The m_textMsg to set.
-
-