@Beta
public final class PiTranslatedEntity<T extends PiTranslatable,E extends PiEntity>
extends java.lang.Object
Constructor and Description |
---|
PiTranslatedEntity(T original,
E translated,
PiHandle<E> handle)
Creates a new translated entity.
|
Modifier and Type | Method and Description |
---|---|
PiEntityType |
entityType()
Returns the type of the translated entity.
|
PiHandle<E> |
handle()
Returns the PI entity handle.
|
T |
original()
Returns the original PD entity.
|
E |
translated()
Returns the translated PI entity.
|
public final PiEntityType entityType()
public final T original()
public final E translated()