public abstract class TypedEntityModel extends Object implements Entity
| Modifier and Type | Field and Description |
|---|---|
protected EntityModel |
wrappedEntityModel
The typed entity model wraps a normal
EntityModel |
| Modifier | Constructor and Description |
|---|---|
protected |
TypedEntityModel()
Default Constructor using a new
EntityModel |
protected |
TypedEntityModel(EntityModel wrappedEntityModel)
Constructor with an existing
EntityModel. |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Returns the type of this entity
|
EntityModel |
getWrappedEntityModel()
Returns the wrapped
EntityModel |
protected final EntityModel wrappedEntityModel
EntityModelprotected TypedEntityModel()
EntityModelprotected TypedEntityModel(EntityModel wrappedEntityModel)
EntityModel. This is normally used when creating an instance of this class
from the serverwrappedEntityModel - The model to wrappublic final EntityModel getWrappedEntityModel()
EntityModelCopyright © 2021 Micro Focus. All rights reserved.