Class NetworkAuthorization

    • Constructor Detail

      • NetworkAuthorization

        public NetworkAuthorization()
      • NetworkAuthorization

        public NetworkAuthorization​(Identity identity,
                                    Integer level,
                                    String networkCode)
    • Method Detail

      • getIdentity

        public Identity getIdentity()
        Gets value for attribute identity
      • setIdentity

        public void setIdentity​(Identity identity)
        Sets value for attribute identity
      • getLevel

        public Integer getLevel()
        Gets value for attribute level
      • setLevel

        public void setLevel​(Integer level)
        Sets value for attribute level
      • getMask

        public String getMask()
        Gets value for attribute mask
      • setMask

        public void setMask​(String mask)
        Sets value for attribute mask
      • getNetworkCode

        public String getNetworkCode()
        Gets value for attribute networkCode
      • setNetworkCode

        public void setNetworkCode​(String networkCode)
        Sets value for attribute networkCode
      • 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.