Interface IEntityLinkElement
- All Superinterfaces:
IElement
Denotes a link to an entity in the openBIS database.
-
Method Summary
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 Details
-
getPermId
String getPermId()- Returns:
- the perm id of the linked entity.
-
getEntityLinkKind
EntityLinkElementKind getEntityLinkKind()- Returns:
- the kind of the linked entity.
-