Class UserData

    • Method Detail

      • getAttribute

        public String getAttribute()
        Gets value for attribute attribute
      • setAttribute

        public void setAttribute​(String attribute)
        Sets value for attribute attribute
      • getValue

        public String getValue()
        Gets value for attribute value
      • setValue

        public void setValue​(String value)
        Sets value for attribute value
      • getUser

        public String getUser()
        Gets value for attribute user
      • setUser

        public void setUser​(String user)
        Sets value for attribute user
      • getAccountName

        public String getAccountName()
        Gets value for attribute accountName
      • setAccountName

        public void setAccountName​(String accountName)
        Sets value for attribute accountName
      • getSystemName

        public String getSystemName()
        Gets value for attribute systemName
      • setSystemName

        public void setSystemName​(String systemName)
        Sets value for attribute systemName
      • getId

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

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

        public byte[] getBlobDataValue()
        Gets value for attribute blobDataValue
      • setBlobDataValue

        public void setBlobDataValue​(byte[] blobDataValue)
        Sets value for attribute blobDataValue
      • getDateValue

        public Calendar getDateValue()
        Gets value for attribute dateValue
      • setDateValue

        public void setDateValue​(Calendar dateValue)
        Sets value for attribute dateValue
      • getDataLabel

        public String getDataLabel()
        Gets value for attribute dataLabel
      • setDataLabel

        public void setDataLabel​(String dataLabel)
        Sets value for attribute dataLabel
      • setVisibility

        public void setVisibility​(AttributeVisibilityEnum visibility)
        Sets value for attribute visibility
      • toString

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

        public static UserData toUserData​(DadaUsuari vo)
        Creates a UserData value object based on a DadaUsuari object.
      • toUserDataArray

        public static UserData[] toUserDataArray​(DadaUsuari[] source)
        Creates a UserData array on a DadaUsuari array.
      • toUserData

        public static void toUserData​(DadaUsuari source,
                                      UserData target)
        Updates a UserData value object based on a DadaUsuari object.