it.unibas.indovinailnumero.modello
Class Partita

java.lang.Object
  extended by it.unibas.indovinailnumero.modello.Partita

public class Partita
extends java.lang.Object


Constructor Summary
Partita()
           
 
Method Summary
 void gestisciTentativo(int tentativo)
           
 java.lang.String getNome()
           
 int getNumeroDaIndovinare()
           
 int getNumeroDiTentativi()
           
 java.lang.String getSuggerimento()
           
 boolean getTrovato()
           
 void setNome(java.lang.String nome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Partita

public Partita()
Method Detail

setNome

public void setNome(java.lang.String nome)

gestisciTentativo

public void gestisciTentativo(int tentativo)

getTrovato

public boolean getTrovato()

getSuggerimento

public java.lang.String getSuggerimento()

getNumeroDiTentativi

public int getNumeroDiTentativi()

getNumeroDaIndovinare

public int getNumeroDaIndovinare()

getNome

public java.lang.String getNome()