org.kuali.rice.krad.uif.view
Class HistoryEntry

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
          extended by 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

Field Summary
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode
 
Constructor Summary
HistoryEntry()
           
HistoryEntry(String viewId, String pageId, String title, String url, String formKey)
           
 
Method Summary
 String getFormKey()
           
 String getPageId()
          The pageId of the page on the view
 String getTitle()
          The title of the view
 String getUrl()
          The url of this HistoryEntry
 String getViewId()
          The viewId of the view
 void setFormKey(String formKey)
          The formKey of the form in the view
 void setPageId(String pageId)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 void setViewId(String viewId)
           
 
Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressions
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
 

Constructor Detail

HistoryEntry

public HistoryEntry()

HistoryEntry

public HistoryEntry(String viewId,
                    String pageId,
                    String title,
                    String url,
                    String formKey)
Method Detail

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.