Package org.adempiere.webui.apps
Class DocumentSearchController.SearchResult
java.lang.Object
org.adempiere.webui.apps.DocumentSearchController.SearchResult
- Enclosing class:
- DocumentSearchController
Value class to hold search result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getLabel()
getName()
int
int
getRow()
Get row numberObject[]
Get result set values (after the first record id value)int
void
setAD_Message_ID
(int AD_Message_ID) void
setAD_Style_ID
(int AD_Style_ID) void
void
void
setRecordId
(int recordId) void
setRow
(int row) Set row number of this search result (within search results that uses the same AD_Message_ID)void
setTableName
(String tableName) void
setValueMap
(Map<String, Object> valueMap) Set columnName:columnValue mapvoid
Set result set values (after the first record id value)void
setWindowId
(int windowId) void
setWindowName
(String windowName)
-
Constructor Details
-
SearchResult
public SearchResult()
-
-
Method Details
-
getWindowId
public int getWindowId()- Returns:
- the windowId
-
setWindowId
public void setWindowId(int windowId) - Parameters:
windowId
- the windowId to set
-
getTableName
- Returns:
- the tableName
-
setTableName
- Parameters:
tableName
- the tableName to set
-
getWindowName
- Returns:
- the windowName
-
setWindowName
- Parameters:
windowName
- the windowName to set
-
getRecordId
public int getRecordId()- Returns:
- the recordId
-
setRecordId
public void setRecordId(int recordId) - Parameters:
recordId
- the recordId to set
-
getLabel
- Returns:
- the label
-
setLabel
- Parameters:
label
- the label to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
setValues
Set result set values (after the first record id value)- Parameters:
values
-
-
getValues
Get result set values (after the first record id value)- Returns:
- value array
-
setValueMap
Set columnName:columnValue map- Parameters:
valueMap
-
-
getValueMap
- Returns:
- columnName:columnValue map
-
setAD_Message_ID
public void setAD_Message_ID(int AD_Message_ID) - Parameters:
AD_Message_ID
-
-
getAD_Message_ID
public int getAD_Message_ID()- Returns:
- AD_Message_ID
-
setAD_Style_ID
public void setAD_Style_ID(int AD_Style_ID) - Parameters:
AD_Style_ID
-
-
getAD_Style_ID
public int getAD_Style_ID()- Returns:
- AD_Style_ID
-
setRow
public void setRow(int row) Set row number of this search result (within search results that uses the same AD_Message_ID)- Parameters:
row
-
-
getRow
public int getRow()Get row number- Returns:
- row number of this search result (within search results that uses the same AD_Message_ID)
-