Class UserData

java.lang.Object
com.soffid.iam.base.api.UserData
All Implemented Interfaces:
Serializable

public class UserData extends Object implements Serializable
ValueObject UserData
See Also:
  • Constructor Details

  • Method Details

    • 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
    • getVisibility

      public AttributeVisibilityEnum getVisibility()
      Gets value for attribute visibility
    • 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