Class Giocatore

java.lang.Object
  extended by Giocatore

public class Giocatore
extends Object

Rappresenta un giocatore a una partita di Tris

Version:
1.0 del 28/10/2005
Author:
Luca Tesei

Constructor Summary
Giocatore()
          Costruttore senza nome, viene assegnato il nome "Anonimo"
Giocatore(String unNome)
          Costruttore con nome
 
Method Summary
 String getNome()
          Restituisce il nome del giocatore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Giocatore

public Giocatore()
Costruttore senza nome, viene assegnato il nome "Anonimo"


Giocatore

public Giocatore(String unNome)
Costruttore con nome

Method Detail

getNome

public String getNome()
Restituisce il nome del giocatore