Class UserCode

    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getUserCode

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

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

        public Long getUserId()
        Gets value for attribute userId
      • setUserId

        public void setUserId​(Long userId)
        Sets value for attribute userId
      • getUserDomainId

        public Long getUserDomainId()
        Gets value for attribute userDomainId
      • setUserDomainId

        public void setUserDomainId​(Long userDomainId)
        Sets value for attribute userDomainId
      • getDomainCode

        public String getDomainCode()
        Gets value for attribute domainCode
      • setDomainCode

        public void setDomainCode​(String domainCode)
        Sets value for attribute domainCode
      • getDomainDescription

        public String getDomainDescription()
        Gets value for attribute domainDescription
      • setDomainDescription

        public void setDomainDescription​(String domainDescription)
        Sets value for attribute domainDescription
      • toString

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

        public static UserCode toUserCode​(CodiUsuari vo)
        Creates a UserCode value object based on a CodiUsuari object.
      • toUserCodeArray

        public static UserCode[] toUserCodeArray​(CodiUsuari[] source)
        Creates a UserCode array on a CodiUsuari array.
      • toUserCode

        public static void toUserCode​(CodiUsuari source,
                                      UserCode target)
        Updates a UserCode value object based on a CodiUsuari object.