Class ResultRow

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

@Deprecated public class ResultRow extends Object implements Serializable
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
See Also:
  • Constructor Details

  • Method Details

    • 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