net.sf.jzeno.echo.components
Class NavigationHistoryItem

java.lang.Object
  extended by net.sf.jzeno.echo.components.NavigationHistoryItem
All Implemented Interfaces:
java.io.Serializable

public class NavigationHistoryItem
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NavigationHistoryItem()
           
 
Method Summary
 java.lang.String getDisplayLabel()
           
 java.lang.Object[] getHistoryState()
           
 java.lang.Class getScreenClazz()
           
 boolean isMostRecentItem()
           
 void setDisplayLabel(java.lang.String displayLabel)
           
 void setHistoryState(java.lang.Object[] breadCrumbState)
           
 void setMostRecentItem(boolean mostRecentItem)
           
 void setScreenClazz(java.lang.Class screenClazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationHistoryItem

public NavigationHistoryItem()
Method Detail

getHistoryState

public java.lang.Object[] getHistoryState()

setHistoryState

public void setHistoryState(java.lang.Object[] breadCrumbState)

getDisplayLabel

public java.lang.String getDisplayLabel()

setDisplayLabel

public void setDisplayLabel(java.lang.String displayLabel)

getScreenClazz

public java.lang.Class getScreenClazz()

setScreenClazz

public void setScreenClazz(java.lang.Class screenClazz)

isMostRecentItem

public boolean isMostRecentItem()

setMostRecentItem

public void setMostRecentItem(boolean mostRecentItem)