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