Package model.beans.proxies
Class DonazioneProxy
java.lang.Object
model.beans.proxies.DonazioneProxy
- All Implemented Interfaces:
DonazioneInterface
public final class DonazioneProxy extends java.lang.Object implements DonazioneInterface
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DonazioneProxy()
Costruttore.DonazioneProxy(Donazione newDonazione)
Costruttore. -
Method Summary
Modifier and Type Method Description Campagna
getCampagna()
Utente
getUtente()
void
setDonazione(Donazione nuovaDonazione)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
donazione
donazione.
-
-
Constructor Details
-
DonazioneProxy
public DonazioneProxy()Costruttore. -
DonazioneProxy
Costruttore.- Parameters:
newDonazione
- donazione.
-
-
Method Details
-
getCampagna
- Specified by:
getCampagna
in interfaceDonazioneInterface
- Returns:
- campagna relativa alla donazione.
-
getUtente
- Specified by:
getUtente
in interfaceDonazioneInterface
- Returns:
- utente donatore.
-
setDonazione
- Parameters:
nuovaDonazione
- istanza di Donazione
-