Class NetworkAuthorization

    • Constructor Detail

      • NetworkAuthorization

        public NetworkAuthorization()
      • NetworkAuthorization

        public NetworkAuthorization​(Identitat identitat,
                                    Integer nivell,
                                    String codiXarxa)
    • Method Detail

      • getIdentitat

        public Identitat getIdentitat()
        Gets value for attribute identitat
      • setIdentitat

        public void setIdentitat​(Identitat identitat)
        Sets value for attribute identitat
      • getNivell

        public Integer getNivell()
        Gets value for attribute nivell
      • setNivell

        public void setNivell​(Integer nivell)
        Sets value for attribute nivell
      • getMascara

        public String getMascara()
        Gets value for attribute mascara
      • setMascara

        public void setMascara​(String mascara)
        Sets value for attribute mascara
      • getCodiXarxa

        public String getCodiXarxa()
        Gets value for attribute codiXarxa
      • setCodiXarxa

        public void setCodiXarxa​(String codiXarxa)
        Sets value for attribute codiXarxa
      • 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
      • toNetworkAuthorizationArray

        public static NetworkAuthorization[] toNetworkAuthorizationArray​(NetworkAuthorization[] source)
        Creates a NetworkAuthorization array on a NetworkAuthorization array.
      • toNetworkAuthorization

        public static void toNetworkAuthorization​(NetworkAuthorization source,
                                                  NetworkAuthorization target)
        Updates a NetworkAuthorization value object based on a NetworkAuthorization object.