org.parancoe.plugins.italy
Class Provincia
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Provincia
public Provincia()
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.