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 ObjectgetObjectValue()Operation getObjectValuevoidsetObjectValue(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:CustomObjectAttributeEntityOperation setObjectValue- Specified by:
setObjectValuein classCustomObjectAttributeEntity
-
getObjectValue
public Object getObjectValue()
Description copied from class:CustomObjectAttributeEntityOperation getObjectValue- Specified by:
getObjectValuein classCustomObjectAttributeEntity- Returns:
-
-