Package 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
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:
-
Field Summary
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionThe pageId of the page on the viewgetTitle()The title of the viewgetUrl()The url of this HistoryEntryThe viewId of the viewvoidsetFormKey(String formKey) The formKey of the form in the viewvoidvoidvoidvoidMethods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressionsMethods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
-
Constructor Details
-
HistoryEntry
public HistoryEntry() -
HistoryEntry
-
-
Method Details
-
getViewId
The viewId of the view- Returns:
- the viewId
-
setViewId
- Parameters:
viewId- the viewId to set
-
getPageId
The pageId of the page on the view- Returns:
- the pageId
-
setPageId
- Parameters:
pageId- the pageId to set
-
getTitle
The title of the view- Returns:
- the title
-
setTitle
- Parameters:
title- the title to set
-
getUrl
The url of this HistoryEntry- Returns:
- the url
-
setUrl
- Parameters:
url- the url to set
-
getFormKey
- Returns:
- the formKey
-
setFormKey
The formKey of the form in the view- Parameters:
formKey- the formKey to set
-