Package com.soffid.iam.model
Class GroupAttributeEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.GroupAttributeEntity
-
- com.soffid.iam.model.GroupAttributeEntityImpl
-
public class GroupAttributeEntityImpl extends GroupAttributeEntity
Entity GroupAttributeEntity implementation
-
-
Constructor Summary
Constructors Constructor Description GroupAttributeEntityImpl()
-
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.GroupAttributeEntity
equals, getBlobDataValue, getGroup, getId, getMetadata, getValue, hashCode, setBlobDataValue, setGroup, setId, setMetadata, setValue
-
-
-
-
Method Detail
-
setObjectValue
public void setObjectValue(Object value)
Description copied from class:GroupAttributeEntity
Operation setObjectValue- Specified by:
setObjectValue
in classGroupAttributeEntity
-
getObjectValue
public Object getObjectValue()
Description copied from class:GroupAttributeEntity
Operation getObjectValue- Specified by:
getObjectValue
in classGroupAttributeEntity
- Returns:
-
-