Class Autoacknowledge

  • All Implemented Interfaces:
    java.io.Serializable

    public class Autoacknowledge
    extends java.lang.Object
    implements java.io.Serializable
    The autoacknowledge information for the user with state controlling if event is marked acknowledged when inserted into the database
    See Also:
    Serialized Form
    • Constructor Detail

      • Autoacknowledge

        public Autoacknowledge()
    • Method Detail

      • getContent

        public java.lang.String getContent()
      • setContent

        public void setContent​(java.lang.String content)
      • setState

        public void setState​(StateType state)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object