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