Class SystemMessage

All Implemented Interfaces:
Serializable

public class SystemMessage extends Message
SystemMessages are messages which an user only can send to other system users.
Since:
1.0
Author:
Michael Scholz, Marco Meschieri - LogicalDOC
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • SystemMessage Link icon

      public SystemMessage()
    • SystemMessage Link icon

      public SystemMessage(SystemMessage source)
  • Method Details Link icon

    • getDateScope Link icon

      public int getDateScope()
    • getPrio Link icon

      public int getPrio()
    • getConfirmation Link icon

      public int getConfirmation()
    • setDateScope Link icon

      public void setDateScope(int scope)
    • setPrio Link icon

      public void setPrio(int pri)
    • setConfirmation Link icon

      public void setConfirmation(int conf)
    • getLastNotified Link icon

      public Date getLastNotified()
    • setLastNotified Link icon

      public void setLastNotified(Date lastNotified)
    • getStatus Link icon

      public int getStatus()
    • setStatus Link icon

      public void setStatus(int status)
    • getTrials Link icon

      public int getTrials()
    • setTrials Link icon

      public void setTrials(int trials)
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Message
    • equals Link icon

      public boolean equals(Object obj)
      Overrides:
      equals in class Message