Class DadesDocent

    • Method Detail

      • getNom

        public String getNom()
        Gets value for attribute nom
      • setNom

        public void setNom​(String nom)
        Sets value for attribute nom
      • getLlinatge1

        public String getLlinatge1()
        Gets value for attribute llinatge1
      • setLlinatge1

        public void setLlinatge1​(String llinatge1)
        Sets value for attribute llinatge1
      • getLlinatge2

        public String getLlinatge2()
        Gets value for attribute llinatge2
      • setLlinatge2

        public void setLlinatge2​(String llinatge2)
        Sets value for attribute llinatge2
      • getCentrePrincipal

        public String getCentrePrincipal()
        Gets value for attribute centrePrincipal
      • setCentrePrincipal

        public void setCentrePrincipal​(String centrePrincipal)
        Sets value for attribute centrePrincipal
      • getCentresSecundaris

        public Collection<String> getCentresSecundaris()
        Gets value for attribute centresSecundaris
      • setCentresSecundaris

        public void setCentresSecundaris​(Collection<String> centresSecundaris)
        Sets value for attribute centresSecundaris
      • toString

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

        public static DadesDocent toDadesDocent​(TeachingData vo)
        Creates a DadesDocent value object based on a TeachingData object.
      • toDadesDocentArray

        public static DadesDocent[] toDadesDocentArray​(TeachingData[] source)
        Creates a DadesDocent array on a TeachingData array.
      • toDadesDocent

        public static void toDadesDocent​(TeachingData source,
                                         DadesDocent target)
        Updates a DadesDocent value object based on a TeachingData object.