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