Class UtenteProxy

java.lang.Object
model.beans.proxies.UtenteProxy
All Implemented Interfaces:
UtenteInterface

public final class UtenteProxy
extends java.lang.Object
implements UtenteInterface
  • Field Summary

    Fields
    Modifier and Type Field Description
    private Utente utente
    Istanza di utente.
  • Constructor Summary

    Constructors
    Constructor Description
    UtenteProxy​(Utente u)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Campagna> getCampagne()  
    java.util.List<Donazione> getDonazioni()  
    java.util.List<Segnalazione> getSegnalazioni()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • utente

      private Utente utente
      Istanza di utente.
  • Constructor Details

    • UtenteProxy

      public UtenteProxy​(Utente u)
      Parameters:
      u - istanza di Utente
  • Method Details