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 TypeMethodDescriptiongetLabel()
getName()
int
int
void
void
void
setRecordId
(int recordId) void
setTableName
(String tableName) 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
-