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

java.lang.Object
  extended by org.kuali.rice.krad.uif.component.ConfigurableBase
      extended by org.kuali.rice.krad.uif.view.HistoryEntry
All Implemented Interfaces:
Serializable, Configurable

public class HistoryEntry
extends ConfigurableBase
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

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 TODO unsure of use
 void setPageId(String pageId)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 void setViewId(String viewId)
           
 String toParam()
           
 
Methods inherited from class org.kuali.rice.krad.uif.component.ConfigurableBase
getPropertyExpression, getPropertyExpressions, setPropertyExpressions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryEntry

public HistoryEntry()

HistoryEntry

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

toParam

public String toParam()

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 TODO unsure of use

Parameters:
formKey - the formKey to set


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.