org.kuali.rice.krad.uif.view
Class HistoryEntry
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.uif.view.HistoryEntry
- All Implemented Interfaces:
- Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean
public class HistoryEntry
- extends UifDictionaryBeanBase
- implements Serializable
A simple object that keeps track of various HistoryInformation
TODO a variety of these settings are not used in the current implementation of breadcrumbs
and history, they may be removed later if they prove unuseful in future changes
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
HistoryEntry
public HistoryEntry()
HistoryEntry
public HistoryEntry(String viewId,
String pageId,
String title,
String url,
String formKey)
getViewId
public String getViewId()
- The viewId of the view
- Returns:
- the viewId
setViewId
public void setViewId(String viewId)
- Parameters:
viewId
- the viewId to set
getPageId
public String getPageId()
- The pageId of the page on the view
- Returns:
- the pageId
setPageId
public void setPageId(String pageId)
- Parameters:
pageId
- the pageId to set
getTitle
public String getTitle()
- The title of the view
- Returns:
- the title
setTitle
public void setTitle(String title)
- Parameters:
title
- the title to set
getUrl
public String getUrl()
- The url of this HistoryEntry
- Returns:
- the url
setUrl
public void setUrl(String url)
- Parameters:
url
- the url to set
getFormKey
public String getFormKey()
- Returns:
- the formKey
setFormKey
public void setFormKey(String formKey)
- The formKey of the form in the view
- Parameters:
formKey
- the formKey to set
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.