Class Student

    • Method Detail

      • getUserCode

        public String getUserCode()
        Gets value for attribute userCode
      • setUserCode

        public void setUserCode​(String userCode)
        Sets value for attribute userCode
      • getContrasenya

        public String getContrasenya()
        Gets value for attribute contrasenya
      • setContrasenya

        public void setContrasenya​(String contrasenya)
        Sets value for attribute contrasenya
      • getCodiXestib

        public String getCodiXestib()
        Gets value for attribute codiXestib
      • setCodiXestib

        public void setCodiXestib​(String codiXestib)
        Sets value for attribute codiXestib
      • 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
      • getSchool

        public String getSchool()
        Gets value for attribute school
      • setSchool

        public void setSchool​(String school)
        Sets value for attribute school
      • getGrupAlumne

        public String getGrupAlumne()
        Gets value for attribute grupAlumne
      • setGrupAlumne

        public void setGrupAlumne​(String grupAlumne)
        Sets value for attribute grupAlumne
      • getCorreuElectronic

        public String getCorreuElectronic()
        Gets value for attribute correuElectronic
      • setCorreuElectronic

        public void setCorreuElectronic​(String correuElectronic)
        Sets value for attribute correuElectronic
      • toString

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

        public static Student toStudent​(UsuariAlumne vo)
        Creates a Student value object based on a UsuariAlumne object.
      • toStudentArray

        public static Student[] toStudentArray​(UsuariAlumne[] source)
        Creates a Student array on a UsuariAlumne array.
      • toStudent

        public static void toStudent​(UsuariAlumne source,
                                     Student target)
        Updates a Student value object based on a UsuariAlumne object.