Interface IEntityLinkElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityLinkElementKind
getEntityLinkKind()
java.lang.String
getPermId()
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.managed_property.api.IElement
addAttribute, addChildren, getAttribute, getAttribute, getAttributes, getChildren, getData, getName, setAttributes, setChildren, setData
-
-
-
-
Method Detail
-
getPermId
java.lang.String getPermId()
- Returns:
- the perm id of the linked entity.
-
getEntityLinkKind
EntityLinkElementKind getEntityLinkKind()
- Returns:
- the kind of the linked entity.
-
-