Package com.soffid.iam.model
Class CustomObjectAttributeEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.CustomObjectAttributeEntity
-
- com.soffid.iam.model.CustomObjectAttributeEntityImpl
-
public class CustomObjectAttributeEntityImpl extends CustomObjectAttributeEntity
-
-
Constructor Summary
Constructors Constructor Description CustomObjectAttributeEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getObjectValue()
Operation getObjectValuevoid
setObjectValue(Object value)
Operation setObjectValue-
Methods inherited from class com.soffid.iam.model.CustomObjectAttributeEntity
equals, getBlobDataValue, getCustomObject, getId, getMetadata, getValue, hashCode, setBlobDataValue, setCustomObject, setId, setMetadata, setValue
-
-
-
-
Method Detail
-
setObjectValue
public void setObjectValue(Object value)
Description copied from class:CustomObjectAttributeEntity
Operation setObjectValue- Specified by:
setObjectValue
in classCustomObjectAttributeEntity
-
getObjectValue
public Object getObjectValue()
Description copied from class:CustomObjectAttributeEntity
Operation getObjectValue- Specified by:
getObjectValue
in classCustomObjectAttributeEntity
- Returns:
-
-