Package com.soffid.iam.model
Class RoleAttributeEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.RoleAttributeEntity
-
- com.soffid.iam.model.RoleAttributeEntityImpl
-
public class RoleAttributeEntityImpl extends RoleAttributeEntity
Entity RoleAttributeEntity implementation
-
-
Constructor Summary
Constructors Constructor Description RoleAttributeEntityImpl()
-
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.RoleAttributeEntity
equals, getBlobDataValue, getId, getMetadata, getRole, getValue, hashCode, setBlobDataValue, setId, setMetadata, setRole, setValue
-
-
-
-
Method Detail
-
setObjectValue
public void setObjectValue(Object value)
Description copied from class:RoleAttributeEntityOperation setObjectValue- Specified by:
setObjectValuein classRoleAttributeEntity
-
getObjectValue
public Object getObjectValue()
Description copied from class:RoleAttributeEntityOperation getObjectValue- Specified by:
getObjectValuein classRoleAttributeEntity- Returns:
-
-