it.unibas.mediapesataswing.persistenza
Class DAOStudente

java.lang.Object
  extended by it.unibas.mediapesataswing.persistenza.DAOStudente

public class DAOStudente
extends java.lang.Object


Constructor Summary
DAOStudente()
           
 
Method Summary
static Studente carica(java.lang.String nomeFile)
           
static void salva(Studente studente, java.lang.String nomeFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAOStudente

public DAOStudente()
Method Detail

salva

public static void salva(Studente studente,
                         java.lang.String nomeFile)
                  throws DAOException
Throws:
DAOException

carica

public static Studente carica(java.lang.String nomeFile)
                       throws DAOException
Throws:
DAOException