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:
    Serialized Form
    • Constructor Detail

      • SystemMessage

        public SystemMessage()
    • Method Detail

      • 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)