public class EnhanceEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
private Object |
entity
The entity.
|
private Object |
entityId
The entity id.
|
private Map<String,Object> |
relations
The relations.
|
| Constructor and Description |
|---|
EnhanceEntity() |
EnhanceEntity(Object entity,
Object entityId,
Map<String,Object> relations)
Instantiates a new enhance entity.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getEntity()
Gets the entity.
|
Object |
getEntityId()
Gets the entity id.
|
Map<String,Object> |
getRelations()
Gets the relations.
|
Copyright © 2015. All Rights Reserved.