@Deprecated public class ResultRow extends Object implements Serializable
| Constructor and Description |
|---|
ResultRow(List<Column> columns,
String returnUrl,
String actionUrls)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionUrls()
Deprecated.
|
BusinessObject |
getBusinessObject()
Deprecated.
Returns the BusinessObject associated with this row.
|
List<Column> |
getColumns()
Deprecated.
|
String |
getObjectId()
Deprecated.
Gets the Object ID of the BO that this row represents
|
String |
getReturnUrl()
Deprecated.
|
HtmlData |
getReturnUrlHtmlData()
Deprecated.
|
String |
getRowId()
Deprecated.
|
boolean |
isRowReturnable()
Deprecated.
Gets whether to show the return URL (for single value lookups invoked from a document or nested lookup) or the return checkbox (for
multiple value lookups)
|
void |
setActionUrls(String actionUrls)
Deprecated.
|
void |
setBusinessObject(BusinessObject businessObject)
Deprecated.
|
void |
setColumns(List<Column> columns)
Deprecated.
|
void |
setObjectId(String objectId)
Deprecated.
Sets the Object ID of the BO that this row represents
|
void |
setReturnUrl(String returnUrl)
Deprecated.
|
void |
setReturnUrlHtmlData(HtmlData returnUrlHtmlData)
Deprecated.
|
void |
setRowId(String rowId)
Deprecated.
|
void |
setRowReturnable(boolean rowReturnable)
Deprecated.
Sets whether to show the return URL (for single value lookups invoked from a document or nested lookup) or the return checkbox (for
multiple value lookups)
|
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
returnUrl - The returnUrl to set.public List<Column> getColumns()
public void setColumns(List<Column> columns)
columns - The columns to set.public String getActionUrls()
public void setActionUrls(String actionUrls)
actionsUrl - the actions urlpublic String getObjectId()
public void setObjectId(String objectId)
objectId - public boolean isRowReturnable()
public void setRowReturnable(boolean rowReturnable)
rowReturnable - public BusinessObject getBusinessObject()
public void setBusinessObject(BusinessObject businessObject)
businessObject - the businessObject to setpublic HtmlData getReturnUrlHtmlData()
public void setReturnUrlHtmlData(HtmlData returnUrlHtmlData)
returnUrlHtmlData - the returnUrlHtmlData to setCopyright © 2005–2014 The Kuali Foundation. All rights reserved.