Package com.soffid.iam.base.api
Class UserData
java.lang.Object
com.soffid.iam.base.api.UserData
- All Implemented Interfaces:
Serializable
ValueObject UserData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountNameGets value for attribute attributebyte[]Gets value for attribute blobDataValueGets value for attribute dataLabelGets value for attribute dateValuegetId()Gets value for attribute idGets value for attribute systemNamegetUser()Gets value for attribute usergetValue()Gets value for attribute valueGets value for attribute visibilityvoidsetAccountName(String accountName) Sets value for attribute accountNamevoidsetAttribute(String attribute) Sets value for attribute attributevoidsetBlobDataValue(byte[] blobDataValue) Sets value for attribute blobDataValuevoidsetDataLabel(String dataLabel) Sets value for attribute dataLabelvoidsetDateValue(Calendar dateValue) Sets value for attribute dateValuevoidSets value for attribute idvoidsetSystemName(String systemName) Sets value for attribute systemNamevoidSets value for attribute uservoidSets value for attribute valuevoidsetVisibility(AttributeVisibilityEnum visibility) Sets value for attribute visibilitytoString()Returns a string representation of the value object.
-
Constructor Details
-
UserData
public UserData() -
UserData
-
UserData
-
UserData
-
-
Method Details
-
getAttribute
Gets value for attribute attribute -
setAttribute
Sets value for attribute attribute -
getValue
Gets value for attribute value -
setValue
Sets value for attribute value -
getUser
Gets value for attribute user -
setUser
Sets value for attribute user -
getAccountName
Gets value for attribute accountName -
setAccountName
Sets value for attribute accountName -
getSystemName
Gets value for attribute systemName -
setSystemName
Sets value for attribute systemName -
getId
Gets value for attribute id -
setId
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
Gets value for attribute dateValue -
setDateValue
Sets value for attribute dateValue -
getDataLabel
Gets value for attribute dataLabel -
setDataLabel
Sets value for attribute dataLabel -
getVisibility
Gets value for attribute visibility -
setVisibility
Sets value for attribute visibility -
toString
Returns a string representation of the value object.
-