Package org.adempiere.webui.apps
Class DocumentSearchController.SearchResult
- java.lang.Object
-
- org.adempiere.webui.apps.DocumentSearchController.SearchResult
-
- Enclosing class:
- DocumentSearchController
public static class DocumentSearchController.SearchResult extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
String
getName()
int
getRecordId()
String
getTableName()
int
getWindowId()
String
getWindowName()
void
setLabel(String label)
void
setName(String name)
void
setRecordId(int recordId)
void
setTableName(String tableName)
void
setWindowId(int windowId)
void
setWindowName(String windowName)
-
-
-
Method Detail
-
getWindowId
public int getWindowId()
- Returns:
- the windowId
-
setWindowId
public void setWindowId(int windowId)
- Parameters:
windowId
- the windowId to set
-
getTableName
public String getTableName()
- Returns:
- the tableName
-
setTableName
public void setTableName(String tableName)
- Parameters:
tableName
- the tableName to set
-
getWindowName
public String getWindowName()
- Returns:
- the windowName
-
setWindowName
public void setWindowName(String windowName)
- 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
public String getLabel()
- Returns:
- the label
-
setLabel
public void setLabel(String label)
- Parameters:
label
- the label to set
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name
- the name to set
-
-