Class WrittenBallot

java.lang.Object
io.gs2.seasonRating.model.WrittenBallot
All Implemented Interfaces:
IModel, Serializable

public class WrittenBallot extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • WrittenBallot

      public WrittenBallot()
  • Method Details

    • getBallot

      public Ballot getBallot()
    • setBallot

      public void setBallot(Ballot ballot)
    • withBallot

      public WrittenBallot withBallot(Ballot ballot)
    • getGameResults

      public List<GameResult> getGameResults()
    • setGameResults

      public void setGameResults(List<GameResult> gameResults)
    • withGameResults

      public WrittenBallot withGameResults(List<GameResult> gameResults)
    • fromJson

      public static WrittenBallot fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object