Class Identity

    • Constructor Detail

      • Identity

        public Identity()
      • Identity

        public Identity​(String description,
                        String identityCode)
      • Identity

        public Identity​(Identity otherBean)
    • Method Detail

      • getUserCode

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

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

        public String getGroupCode()
        Gets value for attribute groupCode
      • setGroupCode

        public void setGroupCode​(String groupCode)
        Sets value for attribute groupCode
      • getRoleName

        public String getRoleName()
        Gets value for attribute roleName
      • setRoleName

        public void setRoleName​(String roleName)
        Sets value for attribute roleName
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getIdentityCode

        public String getIdentityCode()
        Gets value for attribute identityCode
      • setIdentityCode

        public void setIdentityCode​(String identityCode)
        Sets value for attribute identityCode
      • toString

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

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

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

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