Package model.beans.proxies
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
-
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
Istanza di utente.
-
-
Constructor Details
-
UtenteProxy
- Parameters:
u
- istanza di Utente
-
-
Method Details
-
getSegnalazioni
- Specified by:
getSegnalazioni
in interfaceUtenteInterface
- Returns:
- lista delle segnalazioni effettuate.
-
getDonazioni
- Specified by:
getDonazioni
in interfaceUtenteInterface
- Returns:
- lista delle donazioni effettuate.
-
getCampagne
- Specified by:
getCampagne
in interfaceUtenteInterface
- Returns:
- lista delle campagne create.
-