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 acknoledged when inserted into the database
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • Autoacknowledge

        public Autoacknowledge()
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Returns the value of field 'content'. The field 'content' has the following description: internal content storage
        Returns:
        the value of field 'Content'.
      • getState

        public java.lang.String getState()
        Returns the value of field 'state'.
        Returns:
        the value of field 'State'.
      • setContent

        public void setContent​(java.lang.String content)
        Sets the value of field 'content'. The field 'content' has the following description: internal content storage
        Parameters:
        content - the value of field 'content'.
      • setState

        public void setState​(java.lang.String state)
        Sets the value of field 'state'.
        Parameters:
        state - the value of field 'state'.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object