Class Poll

  • All Implemented Interfaces:
    java.io.Serializable

    public class Poll
    extends java.lang.Object
    implements java.io.Serializable
    Stas Parshin 17 April 2019
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Poll()  
    • Constructor Detail

      • Poll

        public Poll()
    • Method Detail

      • id

        public java.lang.String id()
      • question

        public java.lang.String question()
      • isClosed

        public java.lang.Boolean isClosed()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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