Class Identitat

    • Constructor Detail

      • Identitat

        public Identitat()
      • Identitat

        public Identitat​(String descripcio,
                         String codiIdentitat)
      • Identitat

        public Identitat​(Identitat otherBean)
    • Method Detail

      • getCodiUsuari

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

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

        public String getCodiGrup()
        Gets value for attribute codiGrup
      • setCodiGrup

        public void setCodiGrup​(String codiGrup)
        Sets value for attribute codiGrup
      • getNomRol

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

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

        public String getDescripcio()
        Gets value for attribute descripcio
      • setDescripcio

        public void setDescripcio​(String descripcio)
        Sets value for attribute descripcio
      • getCodiIdentitat

        public String getCodiIdentitat()
        Gets value for attribute codiIdentitat
      • setCodiIdentitat

        public void setCodiIdentitat​(String codiIdentitat)
        Sets value for attribute codiIdentitat
      • toString

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

        public static Identitat toIdentitat​(Identity vo)
        Creates a Identitat value object based on a Identity object.
      • toIdentitatArray

        public static Identitat[] toIdentitatArray​(Identity[] source)
        Creates a Identitat array on a Identity array.
      • toIdentitat

        public static void toIdentitat​(Identity source,
                                       Identitat target)
        Updates a Identitat value object based on a Identity object.