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