| java.lang.Object org.kuali.core.web.ui.ResultRow
getActionUrls | public String getActionUrls()(Code) | | Returns the actions url |
getObjectId | public String getObjectId()(Code) | | Gets the Object ID of the BO that this row represents
|
getReturnUrl | public String getReturnUrl()(Code) | | Returns the returnUrl. |
setActionUrls | public void setActionUrls(String actionUrls)(Code) | | Parameters: actionsUrl - the actions url |
setColumns | public void setColumns(List<Column> columns)(Code) | | Parameters: columns - The columns to set. |
setObjectId | public void setObjectId(String objectId)(Code) | | Sets the Object ID of the BO that this row represents
Parameters: objectId - |
setReturnUrl | public void setReturnUrl(String returnUrl)(Code) | | Parameters: returnUrl - The returnUrl to set. |
|
|