Package org.openiam.idm.srvc.grp.domain
Class GroupAttributeEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.base.domain.AbstractKeyNameEntity
-
- org.openiam.base.domain.AbstractAttributeEntity
-
- org.openiam.idm.srvc.grp.domain.GroupAttributeEntity
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
@Entity public class GroupAttributeEntity extends AbstractAttributeEntity
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.domain.AbstractKeyNameEntity
name
-
-
Constructor Summary
Constructors Constructor Description GroupAttributeEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParentId()
void
setParentId(String id)
-
Methods inherited from class org.openiam.base.domain.AbstractAttributeEntity
addValue, containsValue, getFirstValue, getValues, hasValues, isMultivalued, overwrite, setValues
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
getParentId
public String getParentId()
- Specified by:
getParentId
in classAbstractAttributeEntity
-
setParentId
public void setParentId(String id)
- Specified by:
setParentId
in classAbstractAttributeEntity
-
-