Class CheckedByImpl

java.lang.Object
org.wikirate4j.entitities.CardImpl<List>
org.wikirate4j.entitities.CheckedByImpl
All Implemented Interfaces:
Card<List>, CheckedBy<List>

public class CheckedByImpl extends CardImpl<List> implements CheckedBy<List>
Author:
Vasiliki Gkatziaki
  • Method Details

    • getChecks

      public Integer getChecks()
      Description copied from interface: CheckedBy
      Returns the number of checks, they have been performed on the mentioned answer
      Specified by:
      getChecks in interface CheckedBy<List>
      Returns:
      the nuber of checks
    • toJson

      public org.json.JSONObject toJson()
      Specified by:
      toJson in interface Card<List>
      Overrides:
      toJson in class CardImpl<List>
      Returns:
      the object as json
    • toString

      public String toString()
      Overrides:
      toString in class Object