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