Class DslEntityLink
- java.lang.Object
-
- io.vertigo.studio.impl.source.dsl.entity.DslEntityLink
-
- All Implemented Interfaces:
DslEntityFieldType
public final class DslEntityLink extends Object implements DslEntityFieldType
Defines a link to an entity.- Author:
- pchretien, mlaroche
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DslEntity
getEntity()
boolean
isEntityLink()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.vertigo.studio.impl.source.dsl.entity.DslEntityFieldType
isEntity, isProperty
-
-
-
-
Method Detail
-
getEntity
public DslEntity getEntity()
- Returns:
- the linked entity
-
isEntityLink
public boolean isEntityLink()
- Specified by:
isEntityLink
in interfaceDslEntityFieldType
- Returns:
- If the field is a link towards an entity
-
-