public class EntityDataItem extends java.lang.Object implements DataItem, DataItem.HasId
Entity.DataItem.HasId| Constructor and Description |
|---|
EntityDataItem(com.haulmont.cuba.core.entity.Entity item) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getId() |
com.haulmont.cuba.core.entity.Entity |
getItem() |
java.lang.Object |
getValue(java.lang.String property)
Returns the value of entity property with the specified property name.
|
public java.lang.Object getValue(java.lang.String property)
getValue in interface DataItemproperty - name of entity propertyCollection,
then method returns List of EntityDataItem.Instance.getValue(java.lang.String)public com.haulmont.cuba.core.entity.Entity getItem()
public java.lang.Object getId()
getId in interface DataItem.HasId