Package models

Class AutostradaModel


  • public class AutostradaModel
    extends Model
    The data model for an autostrada record
    Author:
    gabrieleromanato
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String codice  
      java.lang.String nome  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nome

        public java.lang.String nome
      • codice

        public java.lang.String codice
    • Constructor Detail

      • AutostradaModel

        public AutostradaModel()
      • AutostradaModel

        public AutostradaModel​(java.lang.String nome,
                               java.lang.String codice)