Class Renovacio

    • Method Detail

      • getData

        public Calendar getData()
        Gets value for attribute data
      • setData

        public void setData​(Calendar data)
        Sets value for attribute data
      • getActiu

        public String getActiu()
        Gets value for attribute actiu
      • setActiu

        public void setActiu​(String actiu)
        Sets value for attribute actiu
      • getDataRenovacio

        public Calendar getDataRenovacio()
        Gets value for attribute dataRenovacio
      • setDataRenovacio

        public void setDataRenovacio​(Calendar dataRenovacio)
        Sets value for attribute dataRenovacio
      • getCodiUsuari

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

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

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • toString

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

        public static Renovacio toRenovacio​(Renewal vo)
        Creates a Renovacio value object based on a Renewal object.
      • toRenovacioArray

        public static Renovacio[] toRenovacioArray​(Renewal[] source)
        Creates a Renovacio array on a Renewal array.
      • toRenovacio

        public static void toRenovacio​(Renewal source,
                                       Renovacio target)
        Updates a Renovacio value object based on a Renewal object.