public class HistoryEntry extends UifDictionaryBeanBase implements Serializable
| Constructor and Description |
|---|
HistoryEntry() |
HistoryEntry(String viewId,
String pageId,
String title,
String url,
String formKey) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
copyProperties(T component)
Copies properties for copy()
|
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) |
getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraphcopy, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentCode, getNamespaceCodepublic HistoryEntry()
public String getFormKey()
public void setFormKey(String formKey)
formKey - the formKey to setprotected <T> void copyProperties(T component)
DictionaryBeanBasecopyProperties in class UifDictionaryBeanBasecomponent - base beanComponentBase.copy()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.