Package model.beans.proxies
Class SegnalazioneProxy
java.lang.Object
model.beans.proxies.SegnalazioneProxy
- All Implemented Interfaces:
SegnalazioneInterface
public final class SegnalazioneProxy extends java.lang.Object implements SegnalazioneInterface
-
Field Summary
Fields Modifier and Type Field Description private Segnalazione
segnalazione
Variabile che mantiene un oggetto di tipo Segnalazione. -
Constructor Summary
Constructors Constructor Description SegnalazioneProxy(Segnalazione s)
-
Method Summary
Modifier and Type Method Description Campagna
getCampagna()
Utente
getSegnalato()
Utente
getSegnalatore()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
segnalazione
Variabile che mantiene un oggetto di tipo Segnalazione.
-
-
Constructor Details
-
SegnalazioneProxy
- Parameters:
s
- Istanza di segnalazione da wrappare
-
-
Method Details
-
getSegnalatore
- Specified by:
getSegnalatore
in interfaceSegnalazioneInterface
- Returns:
- istanza dell'utente segnalatore
-
getSegnalato
- Specified by:
getSegnalato
in interfaceSegnalazioneInterface
- Returns:
- istanza dell'utente segnalato
-
getCampagna
- Specified by:
getCampagna
in interfaceSegnalazioneInterface
- Returns:
- istanza della campagna segnalata
-