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

      private Segnalazione segnalazione
      Variabile che mantiene un oggetto di tipo Segnalazione.
  • Constructor Details

    • SegnalazioneProxy

      public SegnalazioneProxy​(Segnalazione s)
      Parameters:
      s - Istanza di segnalazione da wrappare
  • Method Details