org.parancoe.plugins.italy
Class Provincia

java.lang.Object
  extended by org.parancoe.plugins.italy.Provincia
All Implemented Interfaces:
java.io.Serializable

public class Provincia
extends java.lang.Object
implements java.io.Serializable

Author:
Poggiani Alberto poggialb@gmail.com, Paolo Dona paolo.dona@seesaw.it
See Also:
Serialized Form

Constructor Summary
Provincia()
           
 
Method Summary
 void addComune(Comune comune)
           
 java.util.List<Comune> getComuni()
           
 java.lang.String getId()
           
 java.lang.String getNome()
           
 Regione getRegione()
           
 java.lang.String getTarga()
           
 void removeComune(Comune comune)
           
 void setComuni(java.util.List<Comune> comune)
           
 void setId(java.lang.String id)
           
 void setNome(java.lang.String nome)
           
 void setRegione(Regione regione)
           
 void setTarga(java.lang.String targa)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Provincia

public Provincia()
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getNome

public java.lang.String getNome()

setNome

public void setNome(java.lang.String nome)

getComuni

public java.util.List<Comune> getComuni()

setComuni

public void setComuni(java.util.List<Comune> comune)

addComune

public void addComune(Comune comune)

removeComune

public void removeComune(Comune comune)

getRegione

public Regione getRegione()

setRegione

public void setRegione(Regione regione)

getTarga

public java.lang.String getTarga()

setTarga

public void setTarga(java.lang.String targa)

toString

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


Copyright © 2007. All Rights Reserved.