public static class DatabaseDataLoader.SearchEntryCallbackResult
extends java.lang.Object
| Constructor and Description | 
|---|
SearchEntryCallbackResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.haulmont.cuba.core.entity.Entity | 
getEntity()  | 
EntityInfo | 
getEntityInfo()  | 
boolean | 
isShowInResults()  | 
void | 
setEntity(com.haulmont.cuba.core.entity.Entity entity)  | 
void | 
setEntityInfo(EntityInfo entityInfo)  | 
void | 
setShowInResults(boolean searchInResult)  | 
public EntityInfo getEntityInfo()
public void setEntityInfo(EntityInfo entityInfo)
public boolean isShowInResults()
public void setShowInResults(boolean searchInResult)
public com.haulmont.cuba.core.entity.Entity getEntity()
public void setEntity(com.haulmont.cuba.core.entity.Entity entity)