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

  • Constructor Details

    • SystemMessage

      public SystemMessage()
    • SystemMessage

      public SystemMessage(SystemMessage source)
  • Method Details

    • getDateScope

      public int getDateScope()
    • getPrio

      public int getPrio()
    • getConfirmation

      public int getConfirmation()
    • setDateScope

      public void setDateScope(int scope)
    • setPrio

      public void setPrio(int pri)
    • setConfirmation

      public void setConfirmation(int conf)
    • getLastNotified

      public Date getLastNotified()
    • setLastNotified

      public void setLastNotified(Date lastNotified)
    • getStatus

      public int getStatus()
    • setStatus

      public void setStatus(int status)
    • getTrials

      public int getTrials()
    • setTrials

      public void setTrials(int trials)