Class MockNotification


  • public class MockNotification
    extends Object
    Author:
    david
    • Constructor Detail

      • MockNotification

        public MockNotification()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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.