org.kuali.rice.kns.web.ui
Class ResultRow

java.lang.Object
  extended by org.kuali.rice.kns.web.ui.ResultRow
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class ResultRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ResultRow(List<Column> columns, String returnUrl, String actionUrls)
          Deprecated.  
 
Method Summary
 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)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultRow

public ResultRow(List<Column> columns,
                 String returnUrl,
                 String actionUrls)
Deprecated. 
Method Detail

getReturnUrl

public String getReturnUrl()
Deprecated. 
Returns:
Returns the returnUrl.

setReturnUrl

public void setReturnUrl(String returnUrl)
Deprecated. 
Parameters:
returnUrl - The returnUrl to set.

getColumns

public List<Column> getColumns()
Deprecated. 
Returns:
Returns the columns.

setColumns

public void setColumns(List<Column> columns)
Deprecated. 
Parameters:
columns - The columns to set.

getActionUrls

public String getActionUrls()
Deprecated. 
Returns:
Returns the actions url

setActionUrls

public void setActionUrls(String actionUrls)
Deprecated. 
Parameters:
actionsUrl - the actions url

getObjectId

public String getObjectId()
Deprecated. 
Gets the Object ID of the BO that this row represents

Returns:

setObjectId

public void setObjectId(String objectId)
Deprecated. 
Sets the Object ID of the BO that this row represents

Parameters:
objectId -

isRowReturnable

public 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)

Returns:

setRowReturnable

public 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)

Parameters:
rowReturnable -

getBusinessObject

public BusinessObject getBusinessObject()
Deprecated. 
Returns the BusinessObject associated with this row. This may be null

Returns:
the businessObject, or null if the businessObject was not set

setBusinessObject

public void setBusinessObject(BusinessObject businessObject)
Deprecated. 
Parameters:
businessObject - the businessObject to set

getRowId

public String getRowId()
Deprecated. 
Returns:
the rowId

setRowId

public void setRowId(String rowId)
Deprecated. 
Parameters:
rowId - the rowId to set

getReturnUrlHtmlData

public HtmlData getReturnUrlHtmlData()
Deprecated. 
Returns:
the returnUrlHtmlData

setReturnUrlHtmlData

public void setReturnUrlHtmlData(HtmlData returnUrlHtmlData)
Deprecated. 
Parameters:
returnUrlHtmlData - the returnUrlHtmlData to set


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.