Class Notificacio

    • Constructor Detail

      • Notificacio

        public Notificacio()
      • Notificacio

        public Notificacio​(String codiAplicacio,
                           String nomRol,
                           String codiUsuari,
                           String nomCompletUsuari)
      • Notificacio

        public Notificacio​(Notificacio otherBean)
    • Method Detail

      • getCodiAplicacio

        public String getCodiAplicacio()
        Gets value for attribute codiAplicacio
      • setCodiAplicacio

        public void setCodiAplicacio​(String codiAplicacio)
        Sets value for attribute codiAplicacio
      • getNomRol

        public String getNomRol()
        Gets value for attribute nomRol
      • setNomRol

        public void setNomRol​(String nomRol)
        Sets value for attribute nomRol
      • getCodiUsuari

        public String getCodiUsuari()
        Gets value for attribute codiUsuari
      • setCodiUsuari

        public void setCodiUsuari​(String codiUsuari)
        Sets value for attribute codiUsuari
      • getNomCompletUsuari

        public String getNomCompletUsuari()
        Gets value for attribute nomCompletUsuari
      • setNomCompletUsuari

        public void setNomCompletUsuari​(String nomCompletUsuari)
        Sets value for attribute nomCompletUsuari
      • getInformacio

        public String getInformacio()
        Gets value for attribute informacio
      • setInformacio

        public void setInformacio​(String informacio)
        Sets value for attribute informacio
      • getDataAssignacio

        public String getDataAssignacio()
        Gets value for attribute dataAssignacio
      • setDataAssignacio

        public void setDataAssignacio​(String dataAssignacio)
        Sets value for attribute dataAssignacio
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toNotificacio

        public static Notificacio toNotificacio​(Reminder vo)
        Creates a Notificacio value object based on a Reminder object.
      • toNotificacioArray

        public static Notificacio[] toNotificacioArray​(Reminder[] source)
        Creates a Notificacio array on a Reminder array.
      • toNotificacio

        public static void toNotificacio​(Reminder source,
                                         Notificacio target)
        Updates a Notificacio value object based on a Reminder object.